Shades of Blue Lagoon #04667A
Tints of Blue Lagoon #04667A
RGB
CMYK
RGB Variations
Color information
#04667A (or 0x04667A) is known color: Blue Lagoon. HEX triplet: 04, 66 and 7A. RGB value is (4,102,122). Sum of RGB (Red+Green+Blue) = 4+102+122=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #04667A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04667A is #FB9985. Grayscale: #4A4A4A. Windows color (decimal): -16488838 or 8021508. OLE color: 8021508.
HSL color Cylindrical-coordinate representation of color #04667A: hue angle of 190.17º 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 #04667A is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 102 | 122 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.52 |
| HSL | 190.17º | 0.94% | 0.25% | - |
| HSV(B) | 190.17º | 0.97% | 0.48% | - |
| XYZ | 8.31 | 10.93 | 20.08 | - |
| YUV | 74.98 | 154.53 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 122 | 0.97 | 0.16 | 0 | 0.52 | 190.17 | 0.94 | 0.25 |
| Hex | 4 | 66 | 7A | 61 | 10 | 0 | 34 | BE | 5E | 19 |
| Octal | 4 | 146 | 172 | 141 | 20 | 0 | 64 | 276 | 136 | 31 |
| Binary | 100 | 1100110 | 1111010 | 1100001 | 10000 | 0 | 110100 | 10111110 | 1011110 | 11001 |
Color Harmonies of #04667A
Complementary color
Monochromatic Colors of #04667A
Black with #04667A
Text Example
Text Example
White with #04667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04667A; }
p { color: rgb(4,102,122); }
H1.HeaderClassName
{
color: #04667A;
}
.AnyTagClassName
{
color: #04667A;
}
</style>
background-color css
<style>
a { background-color: #04667A; }
a { background-color: rgb(4,102,122); }
div.DivClassName
{
background-color: #04667A;
}
.BgClassName
{
background-color: #04667A;
}
</style>
border-color css
<style>
span { border-color: #04667A; }
span { border-color: rgb(4,102,122); }
td.TdClassName
{
border-color: #04667A;
}
.TagClassName
{
border-color: #04667A;
}
</style>