Shades of Blue Lagoon #046668
Tints of Blue Lagoon #046668
RGB
CMYK
RGB Variations
Color information
#046668 (or 0x046668) is known color: Blue Lagoon. HEX triplet: 04, 66 and 68. RGB value is (4,102,104). Sum of RGB (Red+Green+Blue) = 4+102+104=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #046668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046668 is #FB9997. Grayscale: #484848. Windows color (decimal): -16488856 or 6841860. OLE color: 6841860.
HSL color Cylindrical-coordinate representation of color #046668: hue angle of 181.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046668 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 102 | 104 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.59 |
| HSL | 181.2º | 0.93% | 0.21% | - |
| HSV(B) | 181.2º | 0.96% | 0.41% | - |
| XYZ | 7.3 | 10.53 | 14.74 | - |
| YUV | 72.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 104 | 0.96 | 0.02 | 0 | 0.59 | 181.2 | 0.93 | 0.21 |
| Hex | 4 | 66 | 68 | 60 | 2 | 0 | 3B | B5 | 5D | 15 |
| Octal | 4 | 146 | 150 | 140 | 2 | 0 | 73 | 265 | 135 | 25 |
| Binary | 100 | 1100110 | 1101000 | 1100000 | 10 | 0 | 111011 | 10110101 | 1011101 | 10101 |
Color Harmonies of #046668
Complementary color
Monochromatic Colors of #046668
Black with #046668
Text Example
Text Example
White with #046668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046668; }
p { color: rgb(4,102,104); }
H1.HeaderClassName
{
color: #046668;
}
.AnyTagClassName
{
color: #046668;
}
</style>
background-color css
<style>
a { background-color: #046668; }
a { background-color: rgb(4,102,104); }
div.DivClassName
{
background-color: #046668;
}
.BgClassName
{
background-color: #046668;
}
</style>
border-color css
<style>
span { border-color: #046668; }
span { border-color: rgb(4,102,104); }
td.TdClassName
{
border-color: #046668;
}
.TagClassName
{
border-color: #046668;
}
</style>