Shades of Havelock Blue #4B8BCE
Tints of Havelock Blue #4B8BCE
RGB
CMYK
RGB Variations
Color information
#4B8BCE (or 0x4B8BCE) is known color: Havelock Blue. HEX triplet: 4B, 8B and CE. RGB value is (75,139,206). Sum of RGB (Red+Green+Blue) = 75+139+206=420 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.86% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B8BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8BCE is #B47431. Grayscale: #7F7F7F. Windows color (decimal): -11826226 or 13536075. OLE color: 13536075.
HSL color Cylindrical-coordinate representation of color #4B8BCE: hue angle of 210.69º 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 #4B8BCE is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 139 | 206 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.19 |
| HSL | 210.69º | 0.57% | 0.55% | - |
| HSV(B) | 210.69º | 0.64% | 0.81% | - |
| XYZ | 23.27 | 24.42 | 61.88 | - |
| YUV | 127.5 | 172.3 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 139 | 206 | 0.64 | 0.33 | 0 | 0.19 | 210.69 | 0.57 | 0.55 |
| Hex | 4B | 8B | CE | 40 | 21 | 0 | 13 | D3 | 39 | 37 |
| Octal | 113 | 213 | 316 | 100 | 41 | 0 | 23 | 323 | 71 | 67 |
| Binary | 1001011 | 10001011 | 11001110 | 1000000 | 100001 | 0 | 10011 | 11010011 | 111001 | 110111 |
Color Harmonies of #4B8BCE
Complementary color
Monochromatic Colors of #4B8BCE
Black with #4B8BCE
Text Example
Text Example
White with #4B8BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8BCE; }
p { color: rgb(75,139,206); }
H1.HeaderClassName
{
color: #4B8BCE;
}
.AnyTagClassName
{
color: #4B8BCE;
}
</style>
background-color css
<style>
a { background-color: #4B8BCE; }
a { background-color: rgb(75,139,206); }
div.DivClassName
{
background-color: #4B8BCE;
}
.BgClassName
{
background-color: #4B8BCE;
}
</style>
border-color css
<style>
span { border-color: #4B8BCE; }
span { border-color: rgb(75,139,206); }
td.TdClassName
{
border-color: #4B8BCE;
}
.TagClassName
{
border-color: #4B8BCE;
}
</style>