Shades of Havelock Blue #477ACF
Tints of Havelock Blue #477ACF
RGB
CMYK
RGB Variations
Color information
#477ACF (or 0x477ACF) is known color: Havelock Blue. HEX triplet: 47, 7A and CF. RGB value is (71,122,207). Sum of RGB (Red+Green+Blue) = 71+122+207=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #477ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ACF is #B88530. Grayscale: #747474. Windows color (decimal): -12092721 or 13597255. OLE color: 13597255.
HSL color Cylindrical-coordinate representation of color #477ACF: hue angle of 217.5º 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 #477ACF is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 122 | 207 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.19 |
| HSL | 217.5º | 0.59% | 0.55% | - |
| HSV(B) | 217.5º | 0.66% | 0.81% | - |
| XYZ | 20.82 | 19.76 | 61.75 | - |
| YUV | 116.44 | 179.1 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 207 | 0.66 | 0.41 | 0 | 0.19 | 217.5 | 0.59 | 0.55 |
| Hex | 47 | 7A | CF | 42 | 29 | 0 | 13 | DA | 3B | 37 |
| Octal | 107 | 172 | 317 | 102 | 51 | 0 | 23 | 332 | 73 | 67 |
| Binary | 1000111 | 1111010 | 11001111 | 1000010 | 101001 | 0 | 10011 | 11011010 | 111011 | 110111 |
Color Harmonies of #477ACF
Complementary color
Monochromatic Colors of #477ACF
Black with #477ACF
Text Example
Text Example
White with #477ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477ACF; }
p { color: rgb(71,122,207); }
H1.HeaderClassName
{
color: #477ACF;
}
.AnyTagClassName
{
color: #477ACF;
}
</style>
background-color css
<style>
a { background-color: #477ACF; }
a { background-color: rgb(71,122,207); }
div.DivClassName
{
background-color: #477ACF;
}
.BgClassName
{
background-color: #477ACF;
}
</style>
border-color css
<style>
span { border-color: #477ACF; }
span { border-color: rgb(71,122,207); }
td.TdClassName
{
border-color: #477ACF;
}
.TagClassName
{
border-color: #477ACF;
}
</style>