Shades of Havelock Blue #4B77BC
Tints of Havelock Blue #4B77BC
RGB
CMYK
RGB Variations
Color information
#4B77BC (or 0x4B77BC) is known color: Havelock Blue. HEX triplet: 4B, 77 and BC. RGB value is (75,119,188). Sum of RGB (Red+Green+Blue) = 75+119+188=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B77BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B77BC is #B48843. Grayscale: #717171. Windows color (decimal): -11831364 or 12351307. OLE color: 12351307.
HSL color Cylindrical-coordinate representation of color #4B77BC: hue angle of 216.64º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B77BC is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 119 | 188 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.26 |
| HSL | 216.64º | 0.46% | 0.52% | - |
| HSV(B) | 216.64º | 0.6% | 0.74% | - |
| XYZ | 18.58 | 18.32 | 50.13 | - |
| YUV | 113.71 | 169.92 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 188 | 0.60 | 0.37 | 0 | 0.26 | 216.64 | 0.46 | 0.52 |
| Hex | 4B | 77 | BC | 3C | 25 | 0 | 1A | D9 | 2E | 34 |
| Octal | 113 | 167 | 274 | 74 | 45 | 0 | 32 | 331 | 56 | 64 |
| Binary | 1001011 | 1110111 | 10111100 | 111100 | 100101 | 0 | 11010 | 11011001 | 101110 | 110100 |
Color Harmonies of #4B77BC
Complementary color
Monochromatic Colors of #4B77BC
Black with #4B77BC
Text Example
Text Example
White with #4B77BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B77BC; }
p { color: rgb(75,119,188); }
H1.HeaderClassName
{
color: #4B77BC;
}
.AnyTagClassName
{
color: #4B77BC;
}
</style>
background-color css
<style>
a { background-color: #4B77BC; }
a { background-color: rgb(75,119,188); }
div.DivClassName
{
background-color: #4B77BC;
}
.BgClassName
{
background-color: #4B77BC;
}
</style>
border-color css
<style>
span { border-color: #4B77BC; }
span { border-color: rgb(75,119,188); }
td.TdClassName
{
border-color: #4B77BC;
}
.TagClassName
{
border-color: #4B77BC;
}
</style>