Shades of Havelock Blue #478CD3
Tints of Havelock Blue #478CD3
RGB
CMYK
RGB Variations
Color information
#478CD3 (or 0x478CD3) is known color: Havelock Blue. HEX triplet: 47, 8C and D3. RGB value is (71,140,211). Sum of RGB (Red+Green+Blue) = 71+140+211=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 211 (82.81% from 255 or 50% from 422); Max value from RGB is 211 - color contains mainly: blue. Hex color #478CD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CD3 is #B8732C. Grayscale: #7F7F7F. Windows color (decimal): -12088109 or 13864007. OLE color: 13864007.
HSL color Cylindrical-coordinate representation of color #478CD3: hue angle of 210.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #478CD3 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 140 | 211 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.17 |
| HSL | 210.43º | 0.61% | 0.55% | - |
| HSV(B) | 210.43º | 0.66% | 0.83% | - |
| XYZ | 23.73 | 24.8 | 65.16 | - |
| YUV | 127.46 | 175.14 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 211 | 0.66 | 0.34 | 0 | 0.17 | 210.43 | 0.61 | 0.55 |
| Hex | 47 | 8C | D3 | 42 | 22 | 0 | 11 | D2 | 3D | 37 |
| Octal | 107 | 214 | 323 | 102 | 42 | 0 | 21 | 322 | 75 | 67 |
| Binary | 1000111 | 10001100 | 11010011 | 1000010 | 100010 | 0 | 10001 | 11010010 | 111101 | 110111 |
Color Harmonies of #478CD3
Complementary color
Monochromatic Colors of #478CD3
Black with #478CD3
Text Example
Text Example
White with #478CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478CD3; }
p { color: rgb(71,140,211); }
H1.HeaderClassName
{
color: #478CD3;
}
.AnyTagClassName
{
color: #478CD3;
}
</style>
background-color css
<style>
a { background-color: #478CD3; }
a { background-color: rgb(71,140,211); }
div.DivClassName
{
background-color: #478CD3;
}
.BgClassName
{
background-color: #478CD3;
}
</style>
border-color css
<style>
span { border-color: #478CD3; }
span { border-color: rgb(71,140,211); }
td.TdClassName
{
border-color: #478CD3;
}
.TagClassName
{
border-color: #478CD3;
}
</style>