Shades of Havelock Blue #4B75CE
Tints of Havelock Blue #4B75CE
RGB
CMYK
RGB Variations
Color information
#4B75CE (or 0x4B75CE) is known color: Havelock Blue. HEX triplet: 4B, 75 and CE. RGB value is (75,117,206). Sum of RGB (Red+Green+Blue) = 75+117+206=398 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.84% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B75CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B75CE is #B48A31. Grayscale: #727272. Windows color (decimal): -11831858 or 13530443. OLE color: 13530443.
HSL color Cylindrical-coordinate representation of color #4B75CE: hue angle of 220.76º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B75CE is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 117 | 206 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.19 |
| HSL | 220.76º | 0.57% | 0.55% | - |
| HSV(B) | 220.76º | 0.64% | 0.81% | - |
| XYZ | 20.4 | 18.67 | 60.92 | - |
| YUV | 114.59 | 179.59 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 117 | 206 | 0.64 | 0.43 | 0 | 0.19 | 220.76 | 0.57 | 0.55 |
| Hex | 4B | 75 | CE | 40 | 2B | 0 | 13 | DD | 39 | 37 |
| Octal | 113 | 165 | 316 | 100 | 53 | 0 | 23 | 335 | 71 | 67 |
| Binary | 1001011 | 1110101 | 11001110 | 1000000 | 101011 | 0 | 10011 | 11011101 | 111001 | 110111 |
Color Harmonies of #4B75CE
Complementary color
Monochromatic Colors of #4B75CE
Black with #4B75CE
Text Example
Text Example
White with #4B75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B75CE; }
p { color: rgb(75,117,206); }
H1.HeaderClassName
{
color: #4B75CE;
}
.AnyTagClassName
{
color: #4B75CE;
}
</style>
background-color css
<style>
a { background-color: #4B75CE; }
a { background-color: rgb(75,117,206); }
div.DivClassName
{
background-color: #4B75CE;
}
.BgClassName
{
background-color: #4B75CE;
}
</style>
border-color css
<style>
span { border-color: #4B75CE; }
span { border-color: rgb(75,117,206); }
td.TdClassName
{
border-color: #4B75CE;
}
.TagClassName
{
border-color: #4B75CE;
}
</style>