Shades of Blue Lagoon #046C76
Tints of Blue Lagoon #046C76
RGB
CMYK
RGB Variations
Color information
#046C76 (or 0x046C76) is known color: Blue Lagoon. HEX triplet: 04, 6C and 76. RGB value is (4,108,118). Sum of RGB (Red+Green+Blue) = 4+108+118=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #046C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C76 is #FB9389. Grayscale: #4D4D4D. Windows color (decimal): -16487306 or 7760900. OLE color: 7760900.
HSL color Cylindrical-coordinate representation of color #046C76: hue angle of 185.26º 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 #046C76 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 108 | 118 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.54 |
| HSL | 185.26º | 0.93% | 0.24% | - |
| HSV(B) | 185.26º | 0.97% | 0.46% | - |
| XYZ | 8.68 | 12.06 | 19.01 | - |
| YUV | 78.04 | 150.54 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 118 | 0.97 | 0.08 | 0 | 0.54 | 185.26 | 0.93 | 0.24 |
| Hex | 4 | 6C | 76 | 61 | 8 | 0 | 36 | B9 | 5D | 18 |
| Octal | 4 | 154 | 166 | 141 | 10 | 0 | 66 | 271 | 135 | 30 |
| Binary | 100 | 1101100 | 1110110 | 1100001 | 1000 | 0 | 110110 | 10111001 | 1011101 | 11000 |
Color Harmonies of #046C76
Complementary color
Monochromatic Colors of #046C76
Black with #046C76
Text Example
Text Example
White with #046C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046C76; }
p { color: rgb(4,108,118); }
H1.HeaderClassName
{
color: #046C76;
}
.AnyTagClassName
{
color: #046C76;
}
</style>
background-color css
<style>
a { background-color: #046C76; }
a { background-color: rgb(4,108,118); }
div.DivClassName
{
background-color: #046C76;
}
.BgClassName
{
background-color: #046C76;
}
</style>
border-color css
<style>
span { border-color: #046C76; }
span { border-color: rgb(4,108,118); }
td.TdClassName
{
border-color: #046C76;
}
.TagClassName
{
border-color: #046C76;
}
</style>