Shades of Blue Lagoon #04667B
Tints of Blue Lagoon #04667B
RGB
CMYK
RGB Variations
Color information
#04667B (or 0x04667B) is known color: Blue Lagoon. HEX triplet: 04, 66 and 7B. RGB value is (4,102,123). Sum of RGB (Red+Green+Blue) = 4+102+123=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #04667B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04667B is #FB9984. Grayscale: #4A4A4A. Windows color (decimal): -16488837 or 8087044. OLE color: 8087044.
HSL color Cylindrical-coordinate representation of color #04667B: hue angle of 190.59º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04667B is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 102 | 123 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.52 |
| HSL | 190.59º | 0.94% | 0.25% | - |
| HSV(B) | 190.59º | 0.97% | 0.48% | - |
| XYZ | 8.38 | 10.96 | 20.41 | - |
| YUV | 75.09 | 155.03 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 123 | 0.97 | 0.17 | 0 | 0.52 | 190.59 | 0.94 | 0.25 |
| Hex | 4 | 66 | 7B | 61 | 11 | 0 | 34 | BF | 5E | 19 |
| Octal | 4 | 146 | 173 | 141 | 21 | 0 | 64 | 277 | 136 | 31 |
| Binary | 100 | 1100110 | 1111011 | 1100001 | 10001 | 0 | 110100 | 10111111 | 1011110 | 11001 |
Color Harmonies of #04667B
Complementary color
Monochromatic Colors of #04667B
Black with #04667B
Text Example
Text Example
White with #04667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04667B; }
p { color: rgb(4,102,123); }
H1.HeaderClassName
{
color: #04667B;
}
.AnyTagClassName
{
color: #04667B;
}
</style>
background-color css
<style>
a { background-color: #04667B; }
a { background-color: rgb(4,102,123); }
div.DivClassName
{
background-color: #04667B;
}
.BgClassName
{
background-color: #04667B;
}
</style>
border-color css
<style>
span { border-color: #04667B; }
span { border-color: rgb(4,102,123); }
td.TdClassName
{
border-color: #04667B;
}
.TagClassName
{
border-color: #04667B;
}
</style>