Shades of Havelock Blue #4C74CA
Tints of Havelock Blue #4C74CA
RGB
CMYK
RGB Variations
Color information
#4C74CA (or 0x4C74CA) is known color: Havelock Blue. HEX triplet: 4C, 74 and CA. RGB value is (76,116,202). Sum of RGB (Red+Green+Blue) = 76+116+202=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C74CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C74CA is #B38B35. Grayscale: #717171. Windows color (decimal): -11766582 or 13268044. OLE color: 13268044.
HSL color Cylindrical-coordinate representation of color #4C74CA: hue angle of 220.95º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C74CA is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 116 | 202 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.21 |
| HSL | 220.95º | 0.54% | 0.55% | - |
| HSV(B) | 220.95º | 0.62% | 0.79% | - |
| XYZ | 19.89 | 18.29 | 58.36 | - |
| YUV | 113.84 | 177.75 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 116 | 202 | 0.62 | 0.43 | 0 | 0.21 | 220.95 | 0.54 | 0.55 |
| Hex | 4C | 74 | CA | 3E | 2B | 0 | 15 | DD | 36 | 37 |
| Octal | 114 | 164 | 312 | 76 | 53 | 0 | 25 | 335 | 66 | 67 |
| Binary | 1001100 | 1110100 | 11001010 | 111110 | 101011 | 0 | 10101 | 11011101 | 110110 | 110111 |
Color Harmonies of #4C74CA
Complementary color
Monochromatic Colors of #4C74CA
Black with #4C74CA
Text Example
Text Example
White with #4C74CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C74CA; }
p { color: rgb(76,116,202); }
H1.HeaderClassName
{
color: #4C74CA;
}
.AnyTagClassName
{
color: #4C74CA;
}
</style>
background-color css
<style>
a { background-color: #4C74CA; }
a { background-color: rgb(76,116,202); }
div.DivClassName
{
background-color: #4C74CA;
}
.BgClassName
{
background-color: #4C74CA;
}
</style>
border-color css
<style>
span { border-color: #4C74CA; }
span { border-color: rgb(76,116,202); }
td.TdClassName
{
border-color: #4C74CA;
}
.TagClassName
{
border-color: #4C74CA;
}
</style>