Shades of Havelock Blue #4C8CC6
Tints of Havelock Blue #4C8CC6
RGB
CMYK
RGB Variations
Color information
#4C8CC6 (or 0x4C8CC6) is known color: Havelock Blue. HEX triplet: 4C, 8C and C6. RGB value is (76,140,198). Sum of RGB (Red+Green+Blue) = 76+140+198=414 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.36% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #4C8CC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8CC6 is #B37339. Grayscale: #7F7F7F. Windows color (decimal): -11760442 or 13012044. OLE color: 13012044.
HSL color Cylindrical-coordinate representation of color #4C8CC6: hue angle of 208.52º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C8CC6 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 140 | 198 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.22 |
| HSL | 208.52º | 0.52% | 0.54% | - |
| HSV(B) | 208.52º | 0.62% | 0.78% | - |
| XYZ | 22.55 | 24.37 | 56.94 | - |
| YUV | 127.48 | 167.8 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 140 | 198 | 0.62 | 0.29 | 0 | 0.22 | 208.52 | 0.52 | 0.54 |
| Hex | 4C | 8C | C6 | 3E | 1D | 0 | 16 | D1 | 34 | 36 |
| Octal | 114 | 214 | 306 | 76 | 35 | 0 | 26 | 321 | 64 | 66 |
| Binary | 1001100 | 10001100 | 11000110 | 111110 | 11101 | 0 | 10110 | 11010001 | 110100 | 110110 |
Color Harmonies of #4C8CC6
Complementary color
Monochromatic Colors of #4C8CC6
Black with #4C8CC6
Text Example
Text Example
White with #4C8CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8CC6; }
p { color: rgb(76,140,198); }
H1.HeaderClassName
{
color: #4C8CC6;
}
.AnyTagClassName
{
color: #4C8CC6;
}
</style>
background-color css
<style>
a { background-color: #4C8CC6; }
a { background-color: rgb(76,140,198); }
div.DivClassName
{
background-color: #4C8CC6;
}
.BgClassName
{
background-color: #4C8CC6;
}
</style>
border-color css
<style>
span { border-color: #4C8CC6; }
span { border-color: rgb(76,140,198); }
td.TdClassName
{
border-color: #4C8CC6;
}
.TagClassName
{
border-color: #4C8CC6;
}
</style>