Shades of Blue Lagoon #004C66
Tints of Blue Lagoon #004C66
RGB
CMYK
RGB Variations
Color information
#004C66 (or 0x004C66) is known color: Blue Lagoon. HEX triplet: 00, 4C and 66. RGB value is (0,76,102). Sum of RGB (Red+Green+Blue) = 0+76+102=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #004C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C66 is #FFB399. Grayscale: #383838. Windows color (decimal): -16757658 or 6704128. OLE color: 6704128.
HSL color Cylindrical-coordinate representation of color #004C66: hue angle of 195.29º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C66 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 76 | 102 | - |
| CMYK | 1 | 0.25 | 0 | 0.6 |
| HSL | 195.29º | 1% | 0.2% | - |
| HSV(B) | 195.29º | 1% | 0.4% | - |
| XYZ | 4.98 | 6.13 | 13.49 | - |
| YUV | 56.24 | 153.82 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 102 | 1 | 0.25 | 0 | 0.6 | 195.29 | 1 | 0.2 |
| Hex | 0 | 4C | 66 | 64 | 19 | 0 | 3C | C3 | 64 | 14 |
| Octal | 0 | 114 | 146 | 144 | 31 | 0 | 74 | 303 | 144 | 24 |
| Binary | 0 | 1001100 | 1100110 | 1100100 | 11001 | 0 | 111100 | 11000011 | 1100100 | 10100 |
Color Harmonies of #004C66
Complementary color
Monochromatic Colors of #004C66
Black with #004C66
Text Example
Text Example
White with #004C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C66; }
p { color: rgb(0,76,102); }
H1.HeaderClassName
{
color: #004C66;
}
.AnyTagClassName
{
color: #004C66;
}
</style>
background-color css
<style>
a { background-color: #004C66; }
a { background-color: rgb(0,76,102); }
div.DivClassName
{
background-color: #004C66;
}
.BgClassName
{
background-color: #004C66;
}
</style>
border-color css
<style>
span { border-color: #004C66; }
span { border-color: rgb(0,76,102); }
td.TdClassName
{
border-color: #004C66;
}
.TagClassName
{
border-color: #004C66;
}
</style>