Shades of Havelock Blue #4F7CCB
Tints of Havelock Blue #4F7CCB
RGB
CMYK
RGB Variations
Color information
#4F7CCB (or 0x4F7CCB) is known color: Havelock Blue. HEX triplet: 4F, 7C and CB. RGB value is (79,124,203). Sum of RGB (Red+Green+Blue) = 79+124+203=406 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.46% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F7CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7CCB is #B08334. Grayscale: #777777. Windows color (decimal): -11567925 or 13335631. OLE color: 13335631.
HSL color Cylindrical-coordinate representation of color #4F7CCB: hue angle of 218.23º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F7CCB is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 124 | 203 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.20 |
| HSL | 218.23º | 0.54% | 0.55% | - |
| HSV(B) | 218.23º | 0.61% | 0.8% | - |
| XYZ | 21.21 | 20.39 | 59.32 | - |
| YUV | 119.55 | 175.09 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 124 | 203 | 0.61 | 0.39 | 0 | 0.20 | 218.23 | 0.54 | 0.55 |
| Hex | 4F | 7C | CB | 3D | 27 | 0 | 14 | DA | 36 | 37 |
| Octal | 117 | 174 | 313 | 75 | 47 | 0 | 24 | 332 | 66 | 67 |
| Binary | 1001111 | 1111100 | 11001011 | 111101 | 100111 | 0 | 10100 | 11011010 | 110110 | 110111 |
Color Harmonies of #4F7CCB
Complementary color
Monochromatic Colors of #4F7CCB
Black with #4F7CCB
Text Example
Text Example
White with #4F7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7CCB; }
p { color: rgb(79,124,203); }
H1.HeaderClassName
{
color: #4F7CCB;
}
.AnyTagClassName
{
color: #4F7CCB;
}
</style>
background-color css
<style>
a { background-color: #4F7CCB; }
a { background-color: rgb(79,124,203); }
div.DivClassName
{
background-color: #4F7CCB;
}
.BgClassName
{
background-color: #4F7CCB;
}
</style>
border-color css
<style>
span { border-color: #4F7CCB; }
span { border-color: rgb(79,124,203); }
td.TdClassName
{
border-color: #4F7CCB;
}
.TagClassName
{
border-color: #4F7CCB;
}
</style>