Shades of Blue Lagoon #045675
Tints of Blue Lagoon #045675
RGB
CMYK
RGB Variations
Color information
#045675 (or 0x045675) is known color: Blue Lagoon. HEX triplet: 04, 56 and 75. RGB value is (4,86,117). Sum of RGB (Red+Green+Blue) = 4+86+117=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #045675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045675 is #FBA98A. Grayscale: #404040. Windows color (decimal): -16492939 or 7689732. OLE color: 7689732.
HSL color Cylindrical-coordinate representation of color #045675: hue angle of 196.46º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045675 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 86 | 117 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.54 |
| HSL | 196.46º | 0.93% | 0.24% | - |
| HSV(B) | 196.46º | 0.97% | 0.46% | - |
| XYZ | 6.59 | 7.97 | 18.02 | - |
| YUV | 65.02 | 157.33 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 86 | 117 | 0.97 | 0.26 | 0 | 0.54 | 196.46 | 0.93 | 0.24 |
| Hex | 4 | 56 | 75 | 61 | 1A | 0 | 36 | C4 | 5D | 18 |
| Octal | 4 | 126 | 165 | 141 | 32 | 0 | 66 | 304 | 135 | 30 |
| Binary | 100 | 1010110 | 1110101 | 1100001 | 11010 | 0 | 110110 | 11000100 | 1011101 | 11000 |
Color Harmonies of #045675
Complementary color
Monochromatic Colors of #045675
Black with #045675
Text Example
Text Example
White with #045675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045675; }
p { color: rgb(4,86,117); }
H1.HeaderClassName
{
color: #045675;
}
.AnyTagClassName
{
color: #045675;
}
</style>
background-color css
<style>
a { background-color: #045675; }
a { background-color: rgb(4,86,117); }
div.DivClassName
{
background-color: #045675;
}
.BgClassName
{
background-color: #045675;
}
</style>
border-color css
<style>
span { border-color: #045675; }
span { border-color: rgb(4,86,117); }
td.TdClassName
{
border-color: #045675;
}
.TagClassName
{
border-color: #045675;
}
</style>