Shades of Havelock Blue #4A7FCB
Tints of Havelock Blue #4A7FCB
RGB
CMYK
RGB Variations
Color information
#4A7FCB (or 0x4A7FCB) is known color: Havelock Blue. HEX triplet: 4A, 7F and CB. RGB value is (74,127,203). Sum of RGB (Red+Green+Blue) = 74+127+203=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A7FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7FCB is #B58034. Grayscale: #777777. Windows color (decimal): -11894837 or 13336394. OLE color: 13336394.
HSL color Cylindrical-coordinate representation of color #4A7FCB: hue angle of 215.35º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A7FCB is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 127 | 203 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.20 |
| HSL | 215.35º | 0.55% | 0.54% | - |
| HSV(B) | 215.35º | 0.64% | 0.8% | - |
| XYZ | 21.19 | 20.95 | 59.43 | - |
| YUV | 119.82 | 174.94 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 127 | 203 | 0.64 | 0.37 | 0 | 0.20 | 215.35 | 0.55 | 0.54 |
| Hex | 4A | 7F | CB | 40 | 25 | 0 | 14 | D7 | 37 | 36 |
| Octal | 112 | 177 | 313 | 100 | 45 | 0 | 24 | 327 | 67 | 66 |
| Binary | 1001010 | 1111111 | 11001011 | 1000000 | 100101 | 0 | 10100 | 11010111 | 110111 | 110110 |
Color Harmonies of #4A7FCB
Complementary color
Monochromatic Colors of #4A7FCB
Black with #4A7FCB
Text Example
Text Example
White with #4A7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7FCB; }
p { color: rgb(74,127,203); }
H1.HeaderClassName
{
color: #4A7FCB;
}
.AnyTagClassName
{
color: #4A7FCB;
}
</style>
background-color css
<style>
a { background-color: #4A7FCB; }
a { background-color: rgb(74,127,203); }
div.DivClassName
{
background-color: #4A7FCB;
}
.BgClassName
{
background-color: #4A7FCB;
}
</style>
border-color css
<style>
span { border-color: #4A7FCB; }
span { border-color: rgb(74,127,203); }
td.TdClassName
{
border-color: #4A7FCB;
}
.TagClassName
{
border-color: #4A7FCB;
}
</style>