Shades of Blue Lagoon #045272
Tints of Blue Lagoon #045272
RGB
CMYK
RGB Variations
Color information
#045272 (or 0x045272) is known color: Blue Lagoon. HEX triplet: 04, 52 and 72. RGB value is (4,82,114). Sum of RGB (Red+Green+Blue) = 4+82+114=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #045272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045272 is #FBAD8D. Grayscale: #3E3E3E. Windows color (decimal): -16493966 or 7492100. OLE color: 7492100.
HSL color Cylindrical-coordinate representation of color #045272: hue angle of 197.45º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045272 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 82 | 114 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.55 |
| HSL | 197.45º | 0.93% | 0.23% | - |
| HSV(B) | 197.45º | 0.96% | 0.45% | - |
| XYZ | 6.1 | 7.28 | 17 | - |
| YUV | 62.33 | 157.16 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 114 | 0.96 | 0.28 | 0 | 0.55 | 197.45 | 0.93 | 0.23 |
| Hex | 4 | 52 | 72 | 60 | 1C | 0 | 37 | C5 | 5D | 17 |
| Octal | 4 | 122 | 162 | 140 | 34 | 0 | 67 | 305 | 135 | 27 |
| Binary | 100 | 1010010 | 1110010 | 1100000 | 11100 | 0 | 110111 | 11000101 | 1011101 | 10111 |
Color Harmonies of #045272
Complementary color
Monochromatic Colors of #045272
Black with #045272
Text Example
Text Example
White with #045272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045272; }
p { color: rgb(4,82,114); }
H1.HeaderClassName
{
color: #045272;
}
.AnyTagClassName
{
color: #045272;
}
</style>
background-color css
<style>
a { background-color: #045272; }
a { background-color: rgb(4,82,114); }
div.DivClassName
{
background-color: #045272;
}
.BgClassName
{
background-color: #045272;
}
</style>
border-color css
<style>
span { border-color: #045272; }
span { border-color: rgb(4,82,114); }
td.TdClassName
{
border-color: #045272;
}
.TagClassName
{
border-color: #045272;
}
</style>