Shades of Havelock Blue #4B7BC3
Tints of Havelock Blue #4B7BC3
RGB
CMYK
RGB Variations
Color information
#4B7BC3 (or 0x4B7BC3) is known color: Havelock Blue. HEX triplet: 4B, 7B and C3. RGB value is (75,123,195). Sum of RGB (Red+Green+Blue) = 75+123+195=393 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.08% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #4B7BC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7BC3 is #B4843C. Grayscale: #747474. Windows color (decimal): -11830333 or 12811083. OLE color: 12811083.
HSL color Cylindrical-coordinate representation of color #4B7BC3: hue angle of 216º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B7BC3 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 123 | 195 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.24 |
| HSL | 216º | 0.5% | 0.53% | - |
| HSV(B) | 216º | 0.62% | 0.76% | - |
| XYZ | 19.83 | 19.6 | 54.37 | - |
| YUV | 116.86 | 172.1 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 123 | 195 | 0.62 | 0.37 | 0 | 0.24 | 216 | 0.5 | 0.53 |
| Hex | 4B | 7B | C3 | 3E | 25 | 0 | 18 | D8 | 32 | 35 |
| Octal | 113 | 173 | 303 | 76 | 45 | 0 | 30 | 330 | 62 | 65 |
| Binary | 1001011 | 1111011 | 11000011 | 111110 | 100101 | 0 | 11000 | 11011000 | 110010 | 110101 |
Color Harmonies of #4B7BC3
Complementary color
Monochromatic Colors of #4B7BC3
Black with #4B7BC3
Text Example
Text Example
White with #4B7BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7BC3; }
p { color: rgb(75,123,195); }
H1.HeaderClassName
{
color: #4B7BC3;
}
.AnyTagClassName
{
color: #4B7BC3;
}
</style>
background-color css
<style>
a { background-color: #4B7BC3; }
a { background-color: rgb(75,123,195); }
div.DivClassName
{
background-color: #4B7BC3;
}
.BgClassName
{
background-color: #4B7BC3;
}
</style>
border-color css
<style>
span { border-color: #4B7BC3; }
span { border-color: rgb(75,123,195); }
td.TdClassName
{
border-color: #4B7BC3;
}
.TagClassName
{
border-color: #4B7BC3;
}
</style>