Shades of Havelock Blue #477DC3
Tints of Havelock Blue #477DC3
RGB
CMYK
RGB Variations
Color information
#477DC3 (or 0x477DC3) is known color: Havelock Blue. HEX triplet: 47, 7D and C3. RGB value is (71,125,195). Sum of RGB (Red+Green+Blue) = 71+125+195=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 195 (76.56% from 255 or 49.87% from 391); Max value from RGB is 195 - color contains mainly: blue. Hex color #477DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DC3 is #B8823C. Grayscale: #747474. Windows color (decimal): -12091965 or 12811591. OLE color: 12811591.
HSL color Cylindrical-coordinate representation of color #477DC3: hue angle of 213.87º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #477DC3 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 125 | 195 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.24 |
| HSL | 213.87º | 0.51% | 0.52% | - |
| HSV(B) | 213.87º | 0.64% | 0.76% | - |
| XYZ | 19.78 | 19.95 | 54.44 | - |
| YUV | 116.83 | 172.11 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 195 | 0.64 | 0.36 | 0 | 0.24 | 213.87 | 0.51 | 0.52 |
| Hex | 47 | 7D | C3 | 40 | 24 | 0 | 18 | D6 | 33 | 34 |
| Octal | 107 | 175 | 303 | 100 | 44 | 0 | 30 | 326 | 63 | 64 |
| Binary | 1000111 | 1111101 | 11000011 | 1000000 | 100100 | 0 | 11000 | 11010110 | 110011 | 110100 |
Color Harmonies of #477DC3
Complementary color
Monochromatic Colors of #477DC3
Black with #477DC3
Text Example
Text Example
White with #477DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DC3; }
p { color: rgb(71,125,195); }
H1.HeaderClassName
{
color: #477DC3;
}
.AnyTagClassName
{
color: #477DC3;
}
</style>
background-color css
<style>
a { background-color: #477DC3; }
a { background-color: rgb(71,125,195); }
div.DivClassName
{
background-color: #477DC3;
}
.BgClassName
{
background-color: #477DC3;
}
</style>
border-color css
<style>
span { border-color: #477DC3; }
span { border-color: rgb(71,125,195); }
td.TdClassName
{
border-color: #477DC3;
}
.TagClassName
{
border-color: #477DC3;
}
</style>