Shades of Blue Lagoon #04666F
Tints of Blue Lagoon #04666F
RGB
CMYK
RGB Variations
Color information
#04666F (or 0x04666F) is known color: Blue Lagoon. HEX triplet: 04, 66 and 6F. RGB value is (4,102,111). Sum of RGB (Red+Green+Blue) = 4+102+111=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #04666F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04666F is #FB9990. Grayscale: #494949. Windows color (decimal): -16488849 or 7300612. OLE color: 7300612.
HSL color Cylindrical-coordinate representation of color #04666F: hue angle of 185.05º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04666F is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 102 | 111 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.56 |
| HSL | 185.05º | 0.93% | 0.23% | - |
| HSV(B) | 185.05º | 0.96% | 0.44% | - |
| XYZ | 7.67 | 10.68 | 16.7 | - |
| YUV | 73.72 | 149.03 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 111 | 0.96 | 0.08 | 0 | 0.56 | 185.05 | 0.93 | 0.23 |
| Hex | 4 | 66 | 6F | 60 | 8 | 0 | 38 | B9 | 5D | 17 |
| Octal | 4 | 146 | 157 | 140 | 10 | 0 | 70 | 271 | 135 | 27 |
| Binary | 100 | 1100110 | 1101111 | 1100000 | 1000 | 0 | 111000 | 10111001 | 1011101 | 10111 |
Color Harmonies of #04666F
Complementary color
Monochromatic Colors of #04666F
Black with #04666F
Text Example
Text Example
White with #04666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04666F; }
p { color: rgb(4,102,111); }
H1.HeaderClassName
{
color: #04666F;
}
.AnyTagClassName
{
color: #04666F;
}
</style>
background-color css
<style>
a { background-color: #04666F; }
a { background-color: rgb(4,102,111); }
div.DivClassName
{
background-color: #04666F;
}
.BgClassName
{
background-color: #04666F;
}
</style>
border-color css
<style>
span { border-color: #04666F; }
span { border-color: rgb(4,102,111); }
td.TdClassName
{
border-color: #04666F;
}
.TagClassName
{
border-color: #04666F;
}
</style>