Shades of Havelock Blue #4B7CCC
Tints of Havelock Blue #4B7CCC
RGB
CMYK
RGB Variations
Color information
#4B7CCC (or 0x4B7CCC) is known color: Havelock Blue. HEX triplet: 4B, 7C and CC. RGB value is (75,124,204). Sum of RGB (Red+Green+Blue) = 75+124+204=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B7CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7CCC is #B48333. Grayscale: #767676. Windows color (decimal): -11830068 or 13401163. OLE color: 13401163.
HSL color Cylindrical-coordinate representation of color #4B7CCC: hue angle of 217.21º degrees, saturation: 0.56, 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 #4B7CCC is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 124 | 204 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.2 |
| HSL | 217.21º | 0.56% | 0.55% | - |
| HSV(B) | 217.21º | 0.63% | 0.8% | - |
| XYZ | 21.01 | 20.27 | 59.93 | - |
| YUV | 118.47 | 176.27 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 124 | 204 | 0.63 | 0.39 | 0 | 0.2 | 217.21 | 0.56 | 0.55 |
| Hex | 4B | 7C | CC | 3F | 27 | 0 | 14 | D9 | 38 | 37 |
| Octal | 113 | 174 | 314 | 77 | 47 | 0 | 24 | 331 | 70 | 67 |
| Binary | 1001011 | 1111100 | 11001100 | 111111 | 100111 | 0 | 10100 | 11011001 | 111000 | 110111 |
Color Harmonies of #4B7CCC
Complementary color
Monochromatic Colors of #4B7CCC
Black with #4B7CCC
Text Example
Text Example
White with #4B7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7CCC; }
p { color: rgb(75,124,204); }
H1.HeaderClassName
{
color: #4B7CCC;
}
.AnyTagClassName
{
color: #4B7CCC;
}
</style>
background-color css
<style>
a { background-color: #4B7CCC; }
a { background-color: rgb(75,124,204); }
div.DivClassName
{
background-color: #4B7CCC;
}
.BgClassName
{
background-color: #4B7CCC;
}
</style>
border-color css
<style>
span { border-color: #4B7CCC; }
span { border-color: rgb(75,124,204); }
td.TdClassName
{
border-color: #4B7CCC;
}
.TagClassName
{
border-color: #4B7CCC;
}
</style>