Shades of Blue Lagoon #045773
Tints of Blue Lagoon #045773
RGB
CMYK
RGB Variations
Color information
#045773 (or 0x045773) is known color: Blue Lagoon. HEX triplet: 04, 57 and 73. RGB value is (4,87,115). Sum of RGB (Red+Green+Blue) = 4+87+115=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #045773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045773 is #FBA88C. Grayscale: #414141. Windows color (decimal): -16492685 or 7558916. OLE color: 7558916.
HSL color Cylindrical-coordinate representation of color #045773: hue angle of 195.14º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045773 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 87 | 115 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.55 |
| HSL | 195.14º | 0.93% | 0.23% | - |
| HSV(B) | 195.14º | 0.97% | 0.45% | - |
| XYZ | 6.55 | 8.08 | 17.43 | - |
| YUV | 65.38 | 156 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 87 | 115 | 0.97 | 0.24 | 0 | 0.55 | 195.14 | 0.93 | 0.23 |
| Hex | 4 | 57 | 73 | 61 | 18 | 0 | 37 | C3 | 5D | 17 |
| Octal | 4 | 127 | 163 | 141 | 30 | 0 | 67 | 303 | 135 | 27 |
| Binary | 100 | 1010111 | 1110011 | 1100001 | 11000 | 0 | 110111 | 11000011 | 1011101 | 10111 |
Color Harmonies of #045773
Complementary color
Monochromatic Colors of #045773
Black with #045773
Text Example
Text Example
White with #045773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045773; }
p { color: rgb(4,87,115); }
H1.HeaderClassName
{
color: #045773;
}
.AnyTagClassName
{
color: #045773;
}
</style>
background-color css
<style>
a { background-color: #045773; }
a { background-color: rgb(4,87,115); }
div.DivClassName
{
background-color: #045773;
}
.BgClassName
{
background-color: #045773;
}
</style>
border-color css
<style>
span { border-color: #045773; }
span { border-color: rgb(4,87,115); }
td.TdClassName
{
border-color: #045773;
}
.TagClassName
{
border-color: #045773;
}
</style>