Shades of Blue Lagoon #046C70
Tints of Blue Lagoon #046C70
RGB
CMYK
RGB Variations
Color information
#046C70 (or 0x046C70) is known color: Blue Lagoon. HEX triplet: 04, 6C and 70. RGB value is (4,108,112). Sum of RGB (Red+Green+Blue) = 4+108+112=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 108 (42.58% from 255 or 48.21% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #046C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C70 is #FB938F. Grayscale: #4D4D4D. Windows color (decimal): -16487312 or 7367684. OLE color: 7367684.
HSL color Cylindrical-coordinate representation of color #046C70: hue angle of 182.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046C70 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 108 | 112 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.56 |
| HSL | 182.22º | 0.93% | 0.23% | - |
| HSV(B) | 182.22º | 0.96% | 0.44% | - |
| XYZ | 8.34 | 11.92 | 17.19 | - |
| YUV | 77.36 | 147.54 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 112 | 0.96 | 0.04 | 0 | 0.56 | 182.22 | 0.93 | 0.23 |
| Hex | 4 | 6C | 70 | 60 | 4 | 0 | 38 | B6 | 5D | 17 |
| Octal | 4 | 154 | 160 | 140 | 4 | 0 | 70 | 266 | 135 | 27 |
| Binary | 100 | 1101100 | 1110000 | 1100000 | 100 | 0 | 111000 | 10110110 | 1011101 | 10111 |
Color Harmonies of #046C70
Complementary color
Monochromatic Colors of #046C70
Black with #046C70
Text Example
Text Example
White with #046C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046C70; }
p { color: rgb(4,108,112); }
H1.HeaderClassName
{
color: #046C70;
}
.AnyTagClassName
{
color: #046C70;
}
</style>
background-color css
<style>
a { background-color: #046C70; }
a { background-color: rgb(4,108,112); }
div.DivClassName
{
background-color: #046C70;
}
.BgClassName
{
background-color: #046C70;
}
</style>
border-color css
<style>
span { border-color: #046C70; }
span { border-color: rgb(4,108,112); }
td.TdClassName
{
border-color: #046C70;
}
.TagClassName
{
border-color: #046C70;
}
</style>