Shades of Blue Lagoon #04686B
Tints of Blue Lagoon #04686B
RGB
CMYK
RGB Variations
Color information
#04686B (or 0x04686B) is known color: Blue Lagoon. HEX triplet: 04, 68 and 6B. RGB value is (4,104,107). Sum of RGB (Red+Green+Blue) = 4+104+107=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #04686B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04686B is #FB9794. Grayscale: #4A4A4A. Windows color (decimal): -16488341 or 7038980. OLE color: 7038980.
HSL color Cylindrical-coordinate representation of color #04686B: hue angle of 181.75º 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 #04686B is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 104 | 107 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.58 |
| HSL | 181.75º | 0.93% | 0.22% | - |
| HSV(B) | 181.75º | 0.96% | 0.42% | - |
| XYZ | 7.65 | 10.99 | 15.63 | - |
| YUV | 74.44 | 146.37 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 107 | 0.96 | 0.03 | 0 | 0.58 | 181.75 | 0.93 | 0.22 |
| Hex | 4 | 68 | 6B | 60 | 3 | 0 | 3A | B6 | 5D | 16 |
| Octal | 4 | 150 | 153 | 140 | 3 | 0 | 72 | 266 | 135 | 26 |
| Binary | 100 | 1101000 | 1101011 | 1100000 | 11 | 0 | 111010 | 10110110 | 1011101 | 10110 |
Color Harmonies of #04686B
Complementary color
Monochromatic Colors of #04686B
Black with #04686B
Text Example
Text Example
White with #04686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04686B; }
p { color: rgb(4,104,107); }
H1.HeaderClassName
{
color: #04686B;
}
.AnyTagClassName
{
color: #04686B;
}
</style>
background-color css
<style>
a { background-color: #04686B; }
a { background-color: rgb(4,104,107); }
div.DivClassName
{
background-color: #04686B;
}
.BgClassName
{
background-color: #04686B;
}
</style>
border-color css
<style>
span { border-color: #04686B; }
span { border-color: rgb(4,104,107); }
td.TdClassName
{
border-color: #04686B;
}
.TagClassName
{
border-color: #04686B;
}
</style>