Shades of Havelock Blue #4786CF
Tints of Havelock Blue #4786CF
RGB
CMYK
RGB Variations
Color information
#4786CF (or 0x4786CF) is known color: Havelock Blue. HEX triplet: 47, 86 and CF. RGB value is (71,134,207). Sum of RGB (Red+Green+Blue) = 71+134+207=412 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.23% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #4786CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4786CF is #B87930. Grayscale: #7B7B7B. Windows color (decimal): -12089649 or 13600327. OLE color: 13600327.
HSL color Cylindrical-coordinate representation of color #4786CF: hue angle of 212.21º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4786CF is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 134 | 207 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.19 |
| HSL | 212.21º | 0.59% | 0.55% | - |
| HSV(B) | 212.21º | 0.66% | 0.81% | - |
| XYZ | 22.39 | 22.89 | 62.27 | - |
| YUV | 123.49 | 175.13 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 207 | 0.66 | 0.35 | 0 | 0.19 | 212.21 | 0.59 | 0.55 |
| Hex | 47 | 86 | CF | 42 | 23 | 0 | 13 | D4 | 3B | 37 |
| Octal | 107 | 206 | 317 | 102 | 43 | 0 | 23 | 324 | 73 | 67 |
| Binary | 1000111 | 10000110 | 11001111 | 1000010 | 100011 | 0 | 10011 | 11010100 | 111011 | 110111 |
Color Harmonies of #4786CF
Complementary color
Monochromatic Colors of #4786CF
Black with #4786CF
Text Example
Text Example
White with #4786CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4786CF; }
p { color: rgb(71,134,207); }
H1.HeaderClassName
{
color: #4786CF;
}
.AnyTagClassName
{
color: #4786CF;
}
</style>
background-color css
<style>
a { background-color: #4786CF; }
a { background-color: rgb(71,134,207); }
div.DivClassName
{
background-color: #4786CF;
}
.BgClassName
{
background-color: #4786CF;
}
</style>
border-color css
<style>
span { border-color: #4786CF; }
span { border-color: rgb(71,134,207); }
td.TdClassName
{
border-color: #4786CF;
}
.TagClassName
{
border-color: #4786CF;
}
</style>