Shades of Blue Lagoon #04646D
Tints of Blue Lagoon #04646D
RGB
CMYK
RGB Variations
Color information
#04646D (or 0x04646D) is known color: Blue Lagoon. HEX triplet: 04, 64 and 6D. RGB value is (4,100,109). Sum of RGB (Red+Green+Blue) = 4+100+109=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #04646D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04646D is #FB9B92. Grayscale: #484848. Windows color (decimal): -16489363 or 7169028. OLE color: 7169028.
HSL color Cylindrical-coordinate representation of color #04646D: hue angle of 185.14º 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 #04646D is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 100 | 109 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.57 |
| HSL | 185.14º | 0.93% | 0.22% | - |
| HSV(B) | 185.14º | 0.96% | 0.43% | - |
| XYZ | 7.37 | 10.24 | 16.06 | - |
| YUV | 72.32 | 148.7 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 109 | 0.96 | 0.08 | 0 | 0.57 | 185.14 | 0.93 | 0.22 |
| Hex | 4 | 64 | 6D | 60 | 8 | 0 | 39 | B9 | 5D | 16 |
| Octal | 4 | 144 | 155 | 140 | 10 | 0 | 71 | 271 | 135 | 26 |
| Binary | 100 | 1100100 | 1101101 | 1100000 | 1000 | 0 | 111001 | 10111001 | 1011101 | 10110 |
Color Harmonies of #04646D
Complementary color
Monochromatic Colors of #04646D
Black with #04646D
Text Example
Text Example
White with #04646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04646D; }
p { color: rgb(4,100,109); }
H1.HeaderClassName
{
color: #04646D;
}
.AnyTagClassName
{
color: #04646D;
}
</style>
background-color css
<style>
a { background-color: #04646D; }
a { background-color: rgb(4,100,109); }
div.DivClassName
{
background-color: #04646D;
}
.BgClassName
{
background-color: #04646D;
}
</style>
border-color css
<style>
span { border-color: #04646D; }
span { border-color: rgb(4,100,109); }
td.TdClassName
{
border-color: #04646D;
}
.TagClassName
{
border-color: #04646D;
}
</style>