Shades of Havelock Blue #477BC3
Tints of Havelock Blue #477BC3
RGB
CMYK
RGB Variations
Color information
#477BC3 (or 0x477BC3) is known color: Havelock Blue. HEX triplet: 47, 7B and C3. RGB value is (71,123,195). Sum of RGB (Red+Green+Blue) = 71+123+195=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #477BC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BC3 is #B8843C. Grayscale: #737373. Windows color (decimal): -12092477 or 12811079. OLE color: 12811079.
HSL color Cylindrical-coordinate representation of color #477BC3: hue angle of 214.84º 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 #477BC3 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 123 | 195 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.24 |
| HSL | 214.84º | 0.51% | 0.52% | - |
| HSV(B) | 214.84º | 0.64% | 0.76% | - |
| XYZ | 19.53 | 19.45 | 54.35 | - |
| YUV | 115.66 | 172.77 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 195 | 0.64 | 0.37 | 0 | 0.24 | 214.84 | 0.51 | 0.52 |
| Hex | 47 | 7B | C3 | 40 | 25 | 0 | 18 | D7 | 33 | 34 |
| Octal | 107 | 173 | 303 | 100 | 45 | 0 | 30 | 327 | 63 | 64 |
| Binary | 1000111 | 1111011 | 11000011 | 1000000 | 100101 | 0 | 11000 | 11010111 | 110011 | 110100 |
Color Harmonies of #477BC3
Complementary color
Monochromatic Colors of #477BC3
Black with #477BC3
Text Example
Text Example
White with #477BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477BC3; }
p { color: rgb(71,123,195); }
H1.HeaderClassName
{
color: #477BC3;
}
.AnyTagClassName
{
color: #477BC3;
}
</style>
background-color css
<style>
a { background-color: #477BC3; }
a { background-color: rgb(71,123,195); }
div.DivClassName
{
background-color: #477BC3;
}
.BgClassName
{
background-color: #477BC3;
}
</style>
border-color css
<style>
span { border-color: #477BC3; }
span { border-color: rgb(71,123,195); }
td.TdClassName
{
border-color: #477BC3;
}
.TagClassName
{
border-color: #477BC3;
}
</style>