Shades of Blue Lagoon #045468
Tints of Blue Lagoon #045468
RGB
CMYK
RGB Variations
Color information
#045468 (or 0x045468) is known color: Blue Lagoon. HEX triplet: 04, 54 and 68. RGB value is (4,84,104). Sum of RGB (Red+Green+Blue) = 4+84+104=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #045468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045468 is #FBAB97. Grayscale: #3E3E3E. Windows color (decimal): -16493464 or 6837252. OLE color: 6837252.
HSL color Cylindrical-coordinate representation of color #045468: hue angle of 192º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045468 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 84 | 104 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.59 |
| HSL | 192º | 0.93% | 0.21% | - |
| HSV(B) | 192º | 0.96% | 0.41% | - |
| XYZ | 5.72 | 7.37 | 14.22 | - |
| YUV | 62.36 | 151.5 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 104 | 0.96 | 0.19 | 0 | 0.59 | 192 | 0.93 | 0.21 |
| Hex | 4 | 54 | 68 | 60 | 13 | 0 | 3B | C0 | 5D | 15 |
| Octal | 4 | 124 | 150 | 140 | 23 | 0 | 73 | 300 | 135 | 25 |
| Binary | 100 | 1010100 | 1101000 | 1100000 | 10011 | 0 | 111011 | 11000000 | 1011101 | 10101 |
Color Harmonies of #045468
Complementary color
Monochromatic Colors of #045468
Black with #045468
Text Example
Text Example
White with #045468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045468; }
p { color: rgb(4,84,104); }
H1.HeaderClassName
{
color: #045468;
}
.AnyTagClassName
{
color: #045468;
}
</style>
background-color css
<style>
a { background-color: #045468; }
a { background-color: rgb(4,84,104); }
div.DivClassName
{
background-color: #045468;
}
.BgClassName
{
background-color: #045468;
}
</style>
border-color css
<style>
span { border-color: #045468; }
span { border-color: rgb(4,84,104); }
td.TdClassName
{
border-color: #045468;
}
.TagClassName
{
border-color: #045468;
}
</style>