Shades of Blue Lagoon #04646B
Tints of Blue Lagoon #04646B
RGB
CMYK
RGB Variations
Color information
#04646B (or 0x04646B) is known color: Blue Lagoon. HEX triplet: 04, 64 and 6B. RGB value is (4,100,107). Sum of RGB (Red+Green+Blue) = 4+100+107=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #04646B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04646B is #FB9B94. Grayscale: #474747. Windows color (decimal): -16489365 or 7037956. OLE color: 7037956.
HSL color Cylindrical-coordinate representation of color #04646B: hue angle of 184.08º 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 #04646B is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 100 | 107 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.58 |
| HSL | 184.08º | 0.93% | 0.22% | - |
| HSV(B) | 184.08º | 0.96% | 0.42% | - |
| XYZ | 7.26 | 10.2 | 15.5 | - |
| YUV | 72.09 | 147.7 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 107 | 0.96 | 0.07 | 0 | 0.58 | 184.08 | 0.93 | 0.22 |
| Hex | 4 | 64 | 6B | 60 | 7 | 0 | 3A | B8 | 5D | 16 |
| Octal | 4 | 144 | 153 | 140 | 7 | 0 | 72 | 270 | 135 | 26 |
| Binary | 100 | 1100100 | 1101011 | 1100000 | 111 | 0 | 111010 | 10111000 | 1011101 | 10110 |
Color Harmonies of #04646B
Complementary color
Monochromatic Colors of #04646B
Black with #04646B
Text Example
Text Example
White with #04646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04646B; }
p { color: rgb(4,100,107); }
H1.HeaderClassName
{
color: #04646B;
}
.AnyTagClassName
{
color: #04646B;
}
</style>
background-color css
<style>
a { background-color: #04646B; }
a { background-color: rgb(4,100,107); }
div.DivClassName
{
background-color: #04646B;
}
.BgClassName
{
background-color: #04646B;
}
</style>
border-color css
<style>
span { border-color: #04646B; }
span { border-color: rgb(4,100,107); }
td.TdClassName
{
border-color: #04646B;
}
.TagClassName
{
border-color: #04646B;
}
</style>