Shades of Blue Lagoon #045673
Tints of Blue Lagoon #045673
RGB
CMYK
RGB Variations
Color information
#045673 (or 0x045673) is known color: Blue Lagoon. HEX triplet: 04, 56 and 73. RGB value is (4,86,115). Sum of RGB (Red+Green+Blue) = 4+86+115=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #045673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045673 is #FBA98C. Grayscale: #404040. Windows color (decimal): -16492941 or 7558660. OLE color: 7558660.
HSL color Cylindrical-coordinate representation of color #045673: hue angle of 195.68º 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 #045673 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 86 | 115 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.55 |
| HSL | 195.68º | 0.93% | 0.23% | - |
| HSV(B) | 195.68º | 0.97% | 0.45% | - |
| XYZ | 6.47 | 7.92 | 17.41 | - |
| YUV | 64.79 | 156.33 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 86 | 115 | 0.97 | 0.25 | 0 | 0.55 | 195.68 | 0.93 | 0.23 |
| Hex | 4 | 56 | 73 | 61 | 19 | 0 | 37 | C4 | 5D | 17 |
| Octal | 4 | 126 | 163 | 141 | 31 | 0 | 67 | 304 | 135 | 27 |
| Binary | 100 | 1010110 | 1110011 | 1100001 | 11001 | 0 | 110111 | 11000100 | 1011101 | 10111 |
Color Harmonies of #045673
Complementary color
Monochromatic Colors of #045673
Black with #045673
Text Example
Text Example
White with #045673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045673; }
p { color: rgb(4,86,115); }
H1.HeaderClassName
{
color: #045673;
}
.AnyTagClassName
{
color: #045673;
}
</style>
background-color css
<style>
a { background-color: #045673; }
a { background-color: rgb(4,86,115); }
div.DivClassName
{
background-color: #045673;
}
.BgClassName
{
background-color: #045673;
}
</style>
border-color css
<style>
span { border-color: #045673; }
span { border-color: rgb(4,86,115); }
td.TdClassName
{
border-color: #045673;
}
.TagClassName
{
border-color: #045673;
}
</style>