Shades of Blue Lagoon #046C6D
Tints of Blue Lagoon #046C6D
RGB
CMYK
RGB Variations
Color information
#046C6D (or 0x046C6D) is known color: Blue Lagoon. HEX triplet: 04, 6C and 6D. RGB value is (4,108,109). Sum of RGB (Red+Green+Blue) = 4+108+109=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 108 (42.58% from 255 or 48.87% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #046C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C6D is #FB9392. Grayscale: #4C4C4C. Windows color (decimal): -16487315 or 7171076. OLE color: 7171076.
HSL color Cylindrical-coordinate representation of color #046C6D: hue angle of 180.57º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046C6D is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 108 | 109 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.57 |
| HSL | 180.57º | 0.93% | 0.22% | - |
| HSV(B) | 180.57º | 0.96% | 0.43% | - |
| XYZ | 8.17 | 11.86 | 16.33 | - |
| YUV | 77.02 | 146.04 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 109 | 0.96 | 0.01 | 0 | 0.57 | 180.57 | 0.93 | 0.22 |
| Hex | 4 | 6C | 6D | 60 | 1 | 0 | 39 | B5 | 5D | 16 |
| Octal | 4 | 154 | 155 | 140 | 1 | 0 | 71 | 265 | 135 | 26 |
| Binary | 100 | 1101100 | 1101101 | 1100000 | 1 | 0 | 111001 | 10110101 | 1011101 | 10110 |
Color Harmonies of #046C6D
Complementary color
Monochromatic Colors of #046C6D
Black with #046C6D
Text Example
Text Example
White with #046C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046C6D; }
p { color: rgb(4,108,109); }
H1.HeaderClassName
{
color: #046C6D;
}
.AnyTagClassName
{
color: #046C6D;
}
</style>
background-color css
<style>
a { background-color: #046C6D; }
a { background-color: rgb(4,108,109); }
div.DivClassName
{
background-color: #046C6D;
}
.BgClassName
{
background-color: #046C6D;
}
</style>
border-color css
<style>
span { border-color: #046C6D; }
span { border-color: rgb(4,108,109); }
td.TdClassName
{
border-color: #046C6D;
}
.TagClassName
{
border-color: #046C6D;
}
</style>