Shades of Blue Lagoon #045574
Tints of Blue Lagoon #045574
RGB
CMYK
RGB Variations
Color information
#045574 (or 0x045574) is known color: Blue Lagoon. HEX triplet: 04, 55 and 74. RGB value is (4,85,116). Sum of RGB (Red+Green+Blue) = 4+85+116=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #045574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045574 is #FBAA8B. Grayscale: #404040. Windows color (decimal): -16493196 or 7623940. OLE color: 7623940.
HSL color Cylindrical-coordinate representation of color #045574: hue angle of 196.61º 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 #045574 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 85 | 116 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.55 |
| HSL | 196.61º | 0.93% | 0.24% | - |
| HSV(B) | 196.61º | 0.97% | 0.45% | - |
| XYZ | 6.45 | 7.78 | 17.69 | - |
| YUV | 64.32 | 157.16 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 116 | 0.97 | 0.27 | 0 | 0.55 | 196.61 | 0.93 | 0.24 |
| Hex | 4 | 55 | 74 | 61 | 1B | 0 | 37 | C5 | 5D | 18 |
| Octal | 4 | 125 | 164 | 141 | 33 | 0 | 67 | 305 | 135 | 30 |
| Binary | 100 | 1010101 | 1110100 | 1100001 | 11011 | 0 | 110111 | 11000101 | 1011101 | 11000 |
Color Harmonies of #045574
Complementary color
Monochromatic Colors of #045574
Black with #045574
Text Example
Text Example
White with #045574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045574; }
p { color: rgb(4,85,116); }
H1.HeaderClassName
{
color: #045574;
}
.AnyTagClassName
{
color: #045574;
}
</style>
background-color css
<style>
a { background-color: #045574; }
a { background-color: rgb(4,85,116); }
div.DivClassName
{
background-color: #045574;
}
.BgClassName
{
background-color: #045574;
}
</style>
border-color css
<style>
span { border-color: #045574; }
span { border-color: rgb(4,85,116); }
td.TdClassName
{
border-color: #045574;
}
.TagClassName
{
border-color: #045574;
}
</style>