Shades of Blue Lagoon #045668
Tints of Blue Lagoon #045668
RGB
CMYK
RGB Variations
Color information
#045668 (or 0x045668) is known color: Blue Lagoon. HEX triplet: 04, 56 and 68. RGB value is (4,86,104). Sum of RGB (Red+Green+Blue) = 4+86+104=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #045668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045668 is #FBA997. Grayscale: #3F3F3F. Windows color (decimal): -16492952 or 6837764. OLE color: 6837764.
HSL color Cylindrical-coordinate representation of color #045668: hue angle of 190.8º 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 #045668 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 86 | 104 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.59 |
| HSL | 190.8º | 0.93% | 0.21% | - |
| HSV(B) | 190.8º | 0.96% | 0.41% | - |
| XYZ | 5.88 | 7.68 | 14.27 | - |
| YUV | 63.53 | 150.83 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 86 | 104 | 0.96 | 0.17 | 0 | 0.59 | 190.8 | 0.93 | 0.21 |
| Hex | 4 | 56 | 68 | 60 | 11 | 0 | 3B | BF | 5D | 15 |
| Octal | 4 | 126 | 150 | 140 | 21 | 0 | 73 | 277 | 135 | 25 |
| Binary | 100 | 1010110 | 1101000 | 1100000 | 10001 | 0 | 111011 | 10111111 | 1011101 | 10101 |
Color Harmonies of #045668
Complementary color
Monochromatic Colors of #045668
Black with #045668
Text Example
Text Example
White with #045668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045668; }
p { color: rgb(4,86,104); }
H1.HeaderClassName
{
color: #045668;
}
.AnyTagClassName
{
color: #045668;
}
</style>
background-color css
<style>
a { background-color: #045668; }
a { background-color: rgb(4,86,104); }
div.DivClassName
{
background-color: #045668;
}
.BgClassName
{
background-color: #045668;
}
</style>
border-color css
<style>
span { border-color: #045668; }
span { border-color: rgb(4,86,104); }
td.TdClassName
{
border-color: #045668;
}
.TagClassName
{
border-color: #045668;
}
</style>