Shades of Havelock Blue #478CD5
Tints of Havelock Blue #478CD5
RGB
CMYK
RGB Variations
Color information
#478CD5 (or 0x478CD5) is known color: Havelock Blue. HEX triplet: 47, 8C and D5. RGB value is (71,140,213). Sum of RGB (Red+Green+Blue) = 71+140+213=424 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.75% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #478CD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CD5 is #B8732A. Grayscale: #7F7F7F. Windows color (decimal): -12088107 or 13995079. OLE color: 13995079.
HSL color Cylindrical-coordinate representation of color #478CD5: hue angle of 210.85º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #478CD5 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 140 | 213 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.16 |
| HSL | 210.85º | 0.63% | 0.56% | - |
| HSV(B) | 210.85º | 0.67% | 0.84% | - |
| XYZ | 23.99 | 24.9 | 66.49 | - |
| YUV | 127.69 | 176.14 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 213 | 0.67 | 0.34 | 0 | 0.16 | 210.85 | 0.63 | 0.56 |
| Hex | 47 | 8C | D5 | 43 | 22 | 0 | 10 | D3 | 3F | 38 |
| Octal | 107 | 214 | 325 | 103 | 42 | 0 | 20 | 323 | 77 | 70 |
| Binary | 1000111 | 10001100 | 11010101 | 1000011 | 100010 | 0 | 10000 | 11010011 | 111111 | 111000 |
Color Harmonies of #478CD5
Complementary color
Monochromatic Colors of #478CD5
Black with #478CD5
Text Example
Text Example
White with #478CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478CD5; }
p { color: rgb(71,140,213); }
H1.HeaderClassName
{
color: #478CD5;
}
.AnyTagClassName
{
color: #478CD5;
}
</style>
background-color css
<style>
a { background-color: #478CD5; }
a { background-color: rgb(71,140,213); }
div.DivClassName
{
background-color: #478CD5;
}
.BgClassName
{
background-color: #478CD5;
}
</style>
border-color css
<style>
span { border-color: #478CD5; }
span { border-color: rgb(71,140,213); }
td.TdClassName
{
border-color: #478CD5;
}
.TagClassName
{
border-color: #478CD5;
}
</style>