Color spaces of #4883aa
RGB | 72 | 131 | 170 |
---|---|---|---|
HSL | 0.57 | 0.40 | 0.47 |
HSV | 204° | 58° | 67° |
CMYK | 0.58 | 0.23 | 0.00 0.33 |
XYZ | 18.0445 | 20.5126 | 41.0385 |
Yxy | 20.5126 | 0.2267 | 0.2577 |
Hunter Lab | 45.2908 | -8.1421 | -22.0197 |
CIE-Lab | 52.4119 | -7.5105 | -26.5172 |
#4883aa color RGB value is (72,131,170).
#4883aa hex color red value is 72, green value is 131 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4883aa hue: 0.57 , saturation: 0.40 and the lightness value of 4883aa is 0.47.
The process color (four color CMYK) of #4883aa color hex is 0.58, 0.23, 0.00, 0.33. Web safe color of #4883aa is #339999. Color #4883aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 10000011 | 10101010 |
Octal | 110 | 203 | 252 |
Decimal | 72 | 131 | 170 |
Hex | 48 | 83 | AA |
Shades of #4883aa
Tints of #4883aa
RGB Percentages of Color #4883aa
CMYK Percentages of Color #4883aa
Complementary Color
#4883aa | #aa6f48 |
#4883aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4883aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#4883aa Color CSS Codes
.mybgcolor {background-color:#4883aa; } .myforecolor {color:#4883aa; } .mybordercolor {border:3px solid #4883aa; }
#4883aa Text Font Color
<p style="color:#4883aa">Text here</p>
This sample text font color is #4883aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#4883aa Background Color
<div style="background-color:#4883aa">
Div content here</div>
This div background color is #4883aa
#4883aa Border Color
<div style="border:3px solid #4883aa">
Div here</div>
This div border color is #4883aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,131,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4883aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4883aa; -webkit-box-shadow: 1px 1px 3px 2px #4883aa; box-shadow: 1px 1px 3px 2px #4883aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,131,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4883aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4883aa; -webkit-box-shadow: 1px 1px 3px 2px #4883aa; box-shadow: 1px 1px 3px 2px #4883aa;">
Div content here</div>
This div box has shadow with color #4883aa
Comments
No comments written yet.
Please login to write comment.