Shades of Blue Lagoon #046C6C
Tints of Blue Lagoon #046C6C
RGB
CMYK
RGB Variations
Color information
#046C6C (or 0x046C6C) is known color: Blue Lagoon. HEX triplet: 04, 6C and 6C. RGB value is (4,108,108). Sum of RGB (Red+Green+Blue) = 4+108+108=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: green, blue. Hex color #046C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C6C is #FB9393. Grayscale: #4C4C4C. Windows color (decimal): -16487316 or 7105540. OLE color: 7105540.
HSL color Cylindrical-coordinate representation of color #046C6C: hue angle of 180º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046C6C is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 108 | 108 | - |
| CMYK | 0.96 | 0 | 0 | 0.58 |
| HSL | 180º | 0.93% | 0.22% | - |
| HSV(B) | 180º | 0.96% | 0.42% | - |
| XYZ | 8.12 | 11.83 | 16.04 | - |
| YUV | 76.9 | 145.54 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 108 | 0.96 | 0 | 0 | 0.58 | 180 | 0.93 | 0.22 |
| Hex | 4 | 6C | 6C | 60 | 0 | 0 | 3A | B4 | 5D | 16 |
| Octal | 4 | 154 | 154 | 140 | 0 | 0 | 72 | 264 | 135 | 26 |
| Binary | 100 | 1101100 | 1101100 | 1100000 | 0 | 0 | 111010 | 10110100 | 1011101 | 10110 |
Color Harmonies of #046C6C
Complementary color
Monochromatic Colors of #046C6C
Black with #046C6C
Text Example
Text Example
White with #046C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046C6C; }
p { color: rgb(4,108,108); }
H1.HeaderClassName
{
color: #046C6C;
}
.AnyTagClassName
{
color: #046C6C;
}
</style>
background-color css
<style>
a { background-color: #046C6C; }
a { background-color: rgb(4,108,108); }
div.DivClassName
{
background-color: #046C6C;
}
.BgClassName
{
background-color: #046C6C;
}
</style>
border-color css
<style>
span { border-color: #046C6C; }
span { border-color: rgb(4,108,108); }
td.TdClassName
{
border-color: #046C6C;
}
.TagClassName
{
border-color: #046C6C;
}
</style>