Shades of Havelock Blue #4775CB
Tints of Havelock Blue #4775CB
RGB
CMYK
RGB Variations
Color information
#4775CB (or 0x4775CB) is known color: Havelock Blue. HEX triplet: 47, 75 and CB. RGB value is (71,117,203). Sum of RGB (Red+Green+Blue) = 71+117+203=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #4775CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4775CB is #B88A34. Grayscale: #707070. Windows color (decimal): -12094005 or 13333831. OLE color: 13333831.
HSL color Cylindrical-coordinate representation of color #4775CB: hue angle of 219.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4775CB is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 117 | 203 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.20 |
| HSL | 219.09º | 0.56% | 0.54% | - |
| HSV(B) | 219.09º | 0.65% | 0.8% | - |
| XYZ | 19.74 | 18.37 | 59.01 | - |
| YUV | 113.05 | 178.76 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 117 | 203 | 0.65 | 0.42 | 0 | 0.20 | 219.09 | 0.56 | 0.54 |
| Hex | 47 | 75 | CB | 41 | 2A | 0 | 14 | DB | 38 | 36 |
| Octal | 107 | 165 | 313 | 101 | 52 | 0 | 24 | 333 | 70 | 66 |
| Binary | 1000111 | 1110101 | 11001011 | 1000001 | 101010 | 0 | 10100 | 11011011 | 111000 | 110110 |
Color Harmonies of #4775CB
Complementary color
Monochromatic Colors of #4775CB
Black with #4775CB
Text Example
Text Example
White with #4775CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4775CB; }
p { color: rgb(71,117,203); }
H1.HeaderClassName
{
color: #4775CB;
}
.AnyTagClassName
{
color: #4775CB;
}
</style>
background-color css
<style>
a { background-color: #4775CB; }
a { background-color: rgb(71,117,203); }
div.DivClassName
{
background-color: #4775CB;
}
.BgClassName
{
background-color: #4775CB;
}
</style>
border-color css
<style>
span { border-color: #4775CB; }
span { border-color: rgb(71,117,203); }
td.TdClassName
{
border-color: #4775CB;
}
.TagClassName
{
border-color: #4775CB;
}
</style>