Shades of Havelock Blue #4B8BCD
Tints of Havelock Blue #4B8BCD
RGB
CMYK
RGB Variations
Color information
#4B8BCD (or 0x4B8BCD) is known color: Havelock Blue. HEX triplet: 4B, 8B and CD. RGB value is (75,139,205). Sum of RGB (Red+Green+Blue) = 75+139+205=419 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.90% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B8BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8BCD is #B47432. Grayscale: #7F7F7F. Windows color (decimal): -11826227 or 13470539. OLE color: 13470539.
HSL color Cylindrical-coordinate representation of color #4B8BCD: hue angle of 210.46º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B8BCD is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 139 | 205 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.20 |
| HSL | 210.46º | 0.57% | 0.55% | - |
| HSV(B) | 210.46º | 0.63% | 0.8% | - |
| XYZ | 23.15 | 24.37 | 61.24 | - |
| YUV | 127.39 | 171.8 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 139 | 205 | 0.63 | 0.32 | 0 | 0.20 | 210.46 | 0.57 | 0.55 |
| Hex | 4B | 8B | CD | 3F | 20 | 0 | 14 | D2 | 39 | 37 |
| Octal | 113 | 213 | 315 | 77 | 40 | 0 | 24 | 322 | 71 | 67 |
| Binary | 1001011 | 10001011 | 11001101 | 111111 | 100000 | 0 | 10100 | 11010010 | 111001 | 110111 |
Color Harmonies of #4B8BCD
Complementary color
Monochromatic Colors of #4B8BCD
Black with #4B8BCD
Text Example
Text Example
White with #4B8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8BCD; }
p { color: rgb(75,139,205); }
H1.HeaderClassName
{
color: #4B8BCD;
}
.AnyTagClassName
{
color: #4B8BCD;
}
</style>
background-color css
<style>
a { background-color: #4B8BCD; }
a { background-color: rgb(75,139,205); }
div.DivClassName
{
background-color: #4B8BCD;
}
.BgClassName
{
background-color: #4B8BCD;
}
</style>
border-color css
<style>
span { border-color: #4B8BCD; }
span { border-color: rgb(75,139,205); }
td.TdClassName
{
border-color: #4B8BCD;
}
.TagClassName
{
border-color: #4B8BCD;
}
</style>