Shades of Havelock Blue #4B8CCB
Tints of Havelock Blue #4B8CCB
RGB
CMYK
RGB Variations
Color information
#4B8CCB (or 0x4B8CCB) is known color: Havelock Blue. HEX triplet: 4B, 8C and CB. RGB value is (75,140,203). Sum of RGB (Red+Green+Blue) = 75+140+203=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B8CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8CCB is #B47334. Grayscale: #7F7F7F. Windows color (decimal): -11825973 or 13339723. OLE color: 13339723.
HSL color Cylindrical-coordinate representation of color #4B8CCB: hue angle of 209.53º degrees, saturation: 0.55, 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 #4B8CCB is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 140 | 203 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.20 |
| HSL | 209.53º | 0.55% | 0.55% | - |
| HSV(B) | 209.53º | 0.63% | 0.8% | - |
| XYZ | 23.06 | 24.56 | 60.03 | - |
| YUV | 127.75 | 170.47 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 140 | 203 | 0.63 | 0.31 | 0 | 0.20 | 209.53 | 0.55 | 0.55 |
| Hex | 4B | 8C | CB | 3F | 1F | 0 | 14 | D2 | 37 | 37 |
| Octal | 113 | 214 | 313 | 77 | 37 | 0 | 24 | 322 | 67 | 67 |
| Binary | 1001011 | 10001100 | 11001011 | 111111 | 11111 | 0 | 10100 | 11010010 | 110111 | 110111 |
Color Harmonies of #4B8CCB
Complementary color
Monochromatic Colors of #4B8CCB
Black with #4B8CCB
Text Example
Text Example
White with #4B8CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8CCB; }
p { color: rgb(75,140,203); }
H1.HeaderClassName
{
color: #4B8CCB;
}
.AnyTagClassName
{
color: #4B8CCB;
}
</style>
background-color css
<style>
a { background-color: #4B8CCB; }
a { background-color: rgb(75,140,203); }
div.DivClassName
{
background-color: #4B8CCB;
}
.BgClassName
{
background-color: #4B8CCB;
}
</style>
border-color css
<style>
span { border-color: #4B8CCB; }
span { border-color: rgb(75,140,203); }
td.TdClassName
{
border-color: #4B8CCB;
}
.TagClassName
{
border-color: #4B8CCB;
}
</style>