Shades of Havelock Blue #4B7ACE
Tints of Havelock Blue #4B7ACE
RGB
CMYK
RGB Variations
Color information
#4B7ACE (or 0x4B7ACE) is known color: Havelock Blue. HEX triplet: 4B, 7A and CE. RGB value is (75,122,206). Sum of RGB (Red+Green+Blue) = 75+122+206=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B7ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7ACE is #B48531. Grayscale: #757575. Windows color (decimal): -11830578 or 13531723. OLE color: 13531723.
HSL color Cylindrical-coordinate representation of color #4B7ACE: hue angle of 218.47º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B7ACE is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 122 | 206 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.19 |
| HSL | 218.47º | 0.57% | 0.55% | - |
| HSV(B) | 218.47º | 0.64% | 0.81% | - |
| XYZ | 21 | 19.87 | 61.12 | - |
| YUV | 117.52 | 177.93 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 122 | 206 | 0.64 | 0.41 | 0 | 0.19 | 218.47 | 0.57 | 0.55 |
| Hex | 4B | 7A | CE | 40 | 29 | 0 | 13 | DA | 39 | 37 |
| Octal | 113 | 172 | 316 | 100 | 51 | 0 | 23 | 332 | 71 | 67 |
| Binary | 1001011 | 1111010 | 11001110 | 1000000 | 101001 | 0 | 10011 | 11011010 | 111001 | 110111 |
Color Harmonies of #4B7ACE
Complementary color
Monochromatic Colors of #4B7ACE
Black with #4B7ACE
Text Example
Text Example
White with #4B7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7ACE; }
p { color: rgb(75,122,206); }
H1.HeaderClassName
{
color: #4B7ACE;
}
.AnyTagClassName
{
color: #4B7ACE;
}
</style>
background-color css
<style>
a { background-color: #4B7ACE; }
a { background-color: rgb(75,122,206); }
div.DivClassName
{
background-color: #4B7ACE;
}
.BgClassName
{
background-color: #4B7ACE;
}
</style>
border-color css
<style>
span { border-color: #4B7ACE; }
span { border-color: rgb(75,122,206); }
td.TdClassName
{
border-color: #4B7ACE;
}
.TagClassName
{
border-color: #4B7ACE;
}
</style>