Shades of Havelock Blue #4B72BC
Tints of Havelock Blue #4B72BC
RGB
CMYK
RGB Variations
Color information
#4B72BC (or 0x4B72BC) is known color: Havelock Blue. HEX triplet: 4B, 72 and BC. RGB value is (75,114,188). Sum of RGB (Red+Green+Blue) = 75+114+188=377 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.89% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B72BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B72BC is #B48D43. Grayscale: #6E6E6E. Windows color (decimal): -11832644 or 12350027. OLE color: 12350027.
HSL color Cylindrical-coordinate representation of color #4B72BC: hue angle of 219.29º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B72BC is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 114 | 188 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.26 |
| HSL | 219.29º | 0.46% | 0.52% | - |
| HSV(B) | 219.29º | 0.6% | 0.74% | - |
| XYZ | 18 | 17.16 | 49.94 | - |
| YUV | 110.78 | 171.58 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 114 | 188 | 0.60 | 0.39 | 0 | 0.26 | 219.29 | 0.46 | 0.52 |
| Hex | 4B | 72 | BC | 3C | 27 | 0 | 1A | DB | 2E | 34 |
| Octal | 113 | 162 | 274 | 74 | 47 | 0 | 32 | 333 | 56 | 64 |
| Binary | 1001011 | 1110010 | 10111100 | 111100 | 100111 | 0 | 11010 | 11011011 | 101110 | 110100 |
Color Harmonies of #4B72BC
Complementary color
Monochromatic Colors of #4B72BC
Black with #4B72BC
Text Example
Text Example
White with #4B72BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B72BC; }
p { color: rgb(75,114,188); }
H1.HeaderClassName
{
color: #4B72BC;
}
.AnyTagClassName
{
color: #4B72BC;
}
</style>
background-color css
<style>
a { background-color: #4B72BC; }
a { background-color: rgb(75,114,188); }
div.DivClassName
{
background-color: #4B72BC;
}
.BgClassName
{
background-color: #4B72BC;
}
</style>
border-color css
<style>
span { border-color: #4B72BC; }
span { border-color: rgb(75,114,188); }
td.TdClassName
{
border-color: #4B72BC;
}
.TagClassName
{
border-color: #4B72BC;
}
</style>