Shades of Blue Lagoon #04676B
Tints of Blue Lagoon #04676B
RGB
CMYK
RGB Variations
Color information
#04676B (or 0x04676B) is known color: Blue Lagoon. HEX triplet: 04, 67 and 6B. RGB value is (4,103,107). Sum of RGB (Red+Green+Blue) = 4+103+107=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #04676B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04676B is #FB9894. Grayscale: #494949. Windows color (decimal): -16488597 or 7038724. OLE color: 7038724.
HSL color Cylindrical-coordinate representation of color #04676B: hue angle of 182.33º 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 #04676B is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 103 | 107 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.58 |
| HSL | 182.33º | 0.93% | 0.22% | - |
| HSV(B) | 182.33º | 0.96% | 0.42% | - |
| XYZ | 7.55 | 10.79 | 15.59 | - |
| YUV | 73.86 | 146.7 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 103 | 107 | 0.96 | 0.04 | 0 | 0.58 | 182.33 | 0.93 | 0.22 |
| Hex | 4 | 67 | 6B | 60 | 4 | 0 | 3A | B6 | 5D | 16 |
| Octal | 4 | 147 | 153 | 140 | 4 | 0 | 72 | 266 | 135 | 26 |
| Binary | 100 | 1100111 | 1101011 | 1100000 | 100 | 0 | 111010 | 10110110 | 1011101 | 10110 |
Color Harmonies of #04676B
Complementary color
Monochromatic Colors of #04676B
Black with #04676B
Text Example
Text Example
White with #04676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04676B; }
p { color: rgb(4,103,107); }
H1.HeaderClassName
{
color: #04676B;
}
.AnyTagClassName
{
color: #04676B;
}
</style>
background-color css
<style>
a { background-color: #04676B; }
a { background-color: rgb(4,103,107); }
div.DivClassName
{
background-color: #04676B;
}
.BgClassName
{
background-color: #04676B;
}
</style>
border-color css
<style>
span { border-color: #04676B; }
span { border-color: rgb(4,103,107); }
td.TdClassName
{
border-color: #04676B;
}
.TagClassName
{
border-color: #04676B;
}
</style>