Shades of Blue Lagoon #045A74
Tints of Blue Lagoon #045A74
RGB
CMYK
RGB Variations
Color information
#045A74 (or 0x045A74) is known color: Blue Lagoon. HEX triplet: 04, 5A and 74. RGB value is (4,90,116). Sum of RGB (Red+Green+Blue) = 4+90+116=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #045A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045A74 is #FBA58B. Grayscale: #434343. Windows color (decimal): -16491916 or 7625220. OLE color: 7625220.
HSL color Cylindrical-coordinate representation of color #045A74: hue angle of 193.93º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045A74 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 90 | 116 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.55 |
| HSL | 193.93º | 0.93% | 0.24% | - |
| HSV(B) | 193.93º | 0.97% | 0.45% | - |
| XYZ | 6.86 | 8.6 | 17.82 | - |
| YUV | 67.25 | 155.51 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 116 | 0.97 | 0.22 | 0 | 0.55 | 193.93 | 0.93 | 0.24 |
| Hex | 4 | 5A | 74 | 61 | 16 | 0 | 37 | C2 | 5D | 18 |
| Octal | 4 | 132 | 164 | 141 | 26 | 0 | 67 | 302 | 135 | 30 |
| Binary | 100 | 1011010 | 1110100 | 1100001 | 10110 | 0 | 110111 | 11000010 | 1011101 | 11000 |
Color Harmonies of #045A74
Complementary color
Monochromatic Colors of #045A74
Black with #045A74
Text Example
Text Example
White with #045A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A74; }
p { color: rgb(4,90,116); }
H1.HeaderClassName
{
color: #045A74;
}
.AnyTagClassName
{
color: #045A74;
}
</style>
background-color css
<style>
a { background-color: #045A74; }
a { background-color: rgb(4,90,116); }
div.DivClassName
{
background-color: #045A74;
}
.BgClassName
{
background-color: #045A74;
}
</style>
border-color css
<style>
span { border-color: #045A74; }
span { border-color: rgb(4,90,116); }
td.TdClassName
{
border-color: #045A74;
}
.TagClassName
{
border-color: #045A74;
}
</style>