Shades of Havelock Blue #4B8BCF
Tints of Havelock Blue #4B8BCF
RGB
CMYK
RGB Variations
Color information
#4B8BCF (or 0x4B8BCF) is known color: Havelock Blue. HEX triplet: 4B, 8B and CF. RGB value is (75,139,207). Sum of RGB (Red+Green+Blue) = 75+139+207=421 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.81% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B8BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8BCF is #B47430. Grayscale: #7F7F7F. Windows color (decimal): -11826225 or 13601611. OLE color: 13601611.
HSL color Cylindrical-coordinate representation of color #4B8BCF: hue angle of 210.91º degrees, saturation: 0.58, 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 #4B8BCF is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 139 | 207 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.19 |
| HSL | 210.91º | 0.58% | 0.55% | - |
| HSV(B) | 210.91º | 0.64% | 0.81% | - |
| XYZ | 23.4 | 24.47 | 62.52 | - |
| YUV | 127.62 | 172.8 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 139 | 207 | 0.64 | 0.33 | 0 | 0.19 | 210.91 | 0.58 | 0.55 |
| Hex | 4B | 8B | CF | 40 | 21 | 0 | 13 | D3 | 3A | 37 |
| Octal | 113 | 213 | 317 | 100 | 41 | 0 | 23 | 323 | 72 | 67 |
| Binary | 1001011 | 10001011 | 11001111 | 1000000 | 100001 | 0 | 10011 | 11010011 | 111010 | 110111 |
Color Harmonies of #4B8BCF
Complementary color
Monochromatic Colors of #4B8BCF
Black with #4B8BCF
Text Example
Text Example
White with #4B8BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8BCF; }
p { color: rgb(75,139,207); }
H1.HeaderClassName
{
color: #4B8BCF;
}
.AnyTagClassName
{
color: #4B8BCF;
}
</style>
background-color css
<style>
a { background-color: #4B8BCF; }
a { background-color: rgb(75,139,207); }
div.DivClassName
{
background-color: #4B8BCF;
}
.BgClassName
{
background-color: #4B8BCF;
}
</style>
border-color css
<style>
span { border-color: #4B8BCF; }
span { border-color: rgb(75,139,207); }
td.TdClassName
{
border-color: #4B8BCF;
}
.TagClassName
{
border-color: #4B8BCF;
}
</style>