Shades of Blue Lagoon #045671
Tints of Blue Lagoon #045671
RGB
CMYK
RGB Variations
Color information
#045671 (or 0x045671) is known color: Blue Lagoon. HEX triplet: 04, 56 and 71. RGB value is (4,86,113). Sum of RGB (Red+Green+Blue) = 4+86+113=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #045671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045671 is #FBA98E. Grayscale: #404040. Windows color (decimal): -16492943 or 7427588. OLE color: 7427588.
HSL color Cylindrical-coordinate representation of color #045671: hue angle of 194.86º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045671 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 86 | 113 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.56 |
| HSL | 194.86º | 0.93% | 0.23% | - |
| HSV(B) | 194.86º | 0.96% | 0.44% | - |
| XYZ | 6.36 | 7.87 | 16.81 | - |
| YUV | 64.56 | 155.33 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 86 | 113 | 0.96 | 0.24 | 0 | 0.56 | 194.86 | 0.93 | 0.23 |
| Hex | 4 | 56 | 71 | 60 | 18 | 0 | 38 | C3 | 5D | 17 |
| Octal | 4 | 126 | 161 | 140 | 30 | 0 | 70 | 303 | 135 | 27 |
| Binary | 100 | 1010110 | 1110001 | 1100000 | 11000 | 0 | 111000 | 11000011 | 1011101 | 10111 |
Color Harmonies of #045671
Complementary color
Monochromatic Colors of #045671
Black with #045671
Text Example
Text Example
White with #045671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045671; }
p { color: rgb(4,86,113); }
H1.HeaderClassName
{
color: #045671;
}
.AnyTagClassName
{
color: #045671;
}
</style>
background-color css
<style>
a { background-color: #045671; }
a { background-color: rgb(4,86,113); }
div.DivClassName
{
background-color: #045671;
}
.BgClassName
{
background-color: #045671;
}
</style>
border-color css
<style>
span { border-color: #045671; }
span { border-color: rgb(4,86,113); }
td.TdClassName
{
border-color: #045671;
}
.TagClassName
{
border-color: #045671;
}
</style>