Shades of Blue Lagoon #04646C
Tints of Blue Lagoon #04646C
RGB
CMYK
RGB Variations
Color information
#04646C (or 0x04646C) is known color: Blue Lagoon. HEX triplet: 04, 64 and 6C. RGB value is (4,100,108). Sum of RGB (Red+Green+Blue) = 4+100+108=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #04646C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04646C is #FB9B93. Grayscale: #484848. Windows color (decimal): -16489364 or 7103492. OLE color: 7103492.
HSL color Cylindrical-coordinate representation of color #04646C: hue angle of 184.62º 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 #04646C is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 100 | 108 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.58 |
| HSL | 184.62º | 0.93% | 0.22% | - |
| HSV(B) | 184.62º | 0.96% | 0.42% | - |
| XYZ | 7.31 | 10.22 | 15.78 | - |
| YUV | 72.21 | 148.2 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 108 | 0.96 | 0.07 | 0 | 0.58 | 184.62 | 0.93 | 0.22 |
| Hex | 4 | 64 | 6C | 60 | 7 | 0 | 3A | B9 | 5D | 16 |
| Octal | 4 | 144 | 154 | 140 | 7 | 0 | 72 | 271 | 135 | 26 |
| Binary | 100 | 1100100 | 1101100 | 1100000 | 111 | 0 | 111010 | 10111001 | 1011101 | 10110 |
Color Harmonies of #04646C
Complementary color
Monochromatic Colors of #04646C
Black with #04646C
Text Example
Text Example
White with #04646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04646C; }
p { color: rgb(4,100,108); }
H1.HeaderClassName
{
color: #04646C;
}
.AnyTagClassName
{
color: #04646C;
}
</style>
background-color css
<style>
a { background-color: #04646C; }
a { background-color: rgb(4,100,108); }
div.DivClassName
{
background-color: #04646C;
}
.BgClassName
{
background-color: #04646C;
}
</style>
border-color css
<style>
span { border-color: #04646C; }
span { border-color: rgb(4,100,108); }
td.TdClassName
{
border-color: #04646C;
}
.TagClassName
{
border-color: #04646C;
}
</style>