Shades of Blue Lagoon #04666B
Tints of Blue Lagoon #04666B
RGB
CMYK
RGB Variations
Color information
#04666B (or 0x04666B) is known color: Blue Lagoon. HEX triplet: 04, 66 and 6B. RGB value is (4,102,107). Sum of RGB (Red+Green+Blue) = 4+102+107=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #04666B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04666B is #FB9994. Grayscale: #494949. Windows color (decimal): -16488853 or 7038468. OLE color: 7038468.
HSL color Cylindrical-coordinate representation of color #04666B: hue angle of 182.91º 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 #04666B is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 102 | 107 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.58 |
| HSL | 182.91º | 0.93% | 0.22% | - |
| HSV(B) | 182.91º | 0.96% | 0.42% | - |
| XYZ | 7.46 | 10.59 | 15.56 | - |
| YUV | 73.27 | 147.03 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 107 | 0.96 | 0.05 | 0 | 0.58 | 182.91 | 0.93 | 0.22 |
| Hex | 4 | 66 | 6B | 60 | 5 | 0 | 3A | B7 | 5D | 16 |
| Octal | 4 | 146 | 153 | 140 | 5 | 0 | 72 | 267 | 135 | 26 |
| Binary | 100 | 1100110 | 1101011 | 1100000 | 101 | 0 | 111010 | 10110111 | 1011101 | 10110 |
Color Harmonies of #04666B
Complementary color
Monochromatic Colors of #04666B
Black with #04666B
Text Example
Text Example
White with #04666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04666B; }
p { color: rgb(4,102,107); }
H1.HeaderClassName
{
color: #04666B;
}
.AnyTagClassName
{
color: #04666B;
}
</style>
background-color css
<style>
a { background-color: #04666B; }
a { background-color: rgb(4,102,107); }
div.DivClassName
{
background-color: #04666B;
}
.BgClassName
{
background-color: #04666B;
}
</style>
border-color css
<style>
span { border-color: #04666B; }
span { border-color: rgb(4,102,107); }
td.TdClassName
{
border-color: #04666B;
}
.TagClassName
{
border-color: #04666B;
}
</style>