Shades of Blue Lagoon #04666D
Tints of Blue Lagoon #04666D
RGB
CMYK
RGB Variations
Color information
#04666D (or 0x04666D) is known color: Blue Lagoon. HEX triplet: 04, 66 and 6D. RGB value is (4,102,109). Sum of RGB (Red+Green+Blue) = 4+102+109=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #04666D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04666D is #FB9992. Grayscale: #494949. Windows color (decimal): -16488851 or 7169540. OLE color: 7169540.
HSL color Cylindrical-coordinate representation of color #04666D: hue angle of 184º 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 #04666D is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 102 | 109 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.57 |
| HSL | 184º | 0.93% | 0.22% | - |
| HSV(B) | 184º | 0.96% | 0.43% | - |
| XYZ | 7.56 | 10.63 | 16.12 | - |
| YUV | 73.5 | 148.03 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 109 | 0.96 | 0.06 | 0 | 0.57 | 184 | 0.93 | 0.22 |
| Hex | 4 | 66 | 6D | 60 | 6 | 0 | 39 | B8 | 5D | 16 |
| Octal | 4 | 146 | 155 | 140 | 6 | 0 | 71 | 270 | 135 | 26 |
| Binary | 100 | 1100110 | 1101101 | 1100000 | 110 | 0 | 111001 | 10111000 | 1011101 | 10110 |
Color Harmonies of #04666D
Complementary color
Monochromatic Colors of #04666D
Black with #04666D
Text Example
Text Example
White with #04666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04666D; }
p { color: rgb(4,102,109); }
H1.HeaderClassName
{
color: #04666D;
}
.AnyTagClassName
{
color: #04666D;
}
</style>
background-color css
<style>
a { background-color: #04666D; }
a { background-color: rgb(4,102,109); }
div.DivClassName
{
background-color: #04666D;
}
.BgClassName
{
background-color: #04666D;
}
</style>
border-color css
<style>
span { border-color: #04666D; }
span { border-color: rgb(4,102,109); }
td.TdClassName
{
border-color: #04666D;
}
.TagClassName
{
border-color: #04666D;
}
</style>