Shades of Havelock Blue #478CCB
Tints of Havelock Blue #478CCB
RGB
CMYK
RGB Variations
Color information
#478CCB (or 0x478CCB) is known color: Havelock Blue. HEX triplet: 47, 8C and CB. RGB value is (71,140,203). Sum of RGB (Red+Green+Blue) = 71+140+203=414 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.15% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #478CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CCB is #B87334. Grayscale: #7E7E7E. Windows color (decimal): -12088117 or 13339719. OLE color: 13339719.
HSL color Cylindrical-coordinate representation of color #478CCB: hue angle of 208.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #478CCB is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 140 | 203 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.20 |
| HSL | 208.64º | 0.56% | 0.54% | - |
| HSV(B) | 208.64º | 0.65% | 0.8% | - |
| XYZ | 22.76 | 24.41 | 60.01 | - |
| YUV | 126.55 | 171.14 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 203 | 0.65 | 0.31 | 0 | 0.20 | 208.64 | 0.56 | 0.54 |
| Hex | 47 | 8C | CB | 41 | 1F | 0 | 14 | D1 | 38 | 36 |
| Octal | 107 | 214 | 313 | 101 | 37 | 0 | 24 | 321 | 70 | 66 |
| Binary | 1000111 | 10001100 | 11001011 | 1000001 | 11111 | 0 | 10100 | 11010001 | 111000 | 110110 |
Color Harmonies of #478CCB
Complementary color
Monochromatic Colors of #478CCB
Black with #478CCB
Text Example
Text Example
White with #478CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478CCB; }
p { color: rgb(71,140,203); }
H1.HeaderClassName
{
color: #478CCB;
}
.AnyTagClassName
{
color: #478CCB;
}
</style>
background-color css
<style>
a { background-color: #478CCB; }
a { background-color: rgb(71,140,203); }
div.DivClassName
{
background-color: #478CCB;
}
.BgClassName
{
background-color: #478CCB;
}
</style>
border-color css
<style>
span { border-color: #478CCB; }
span { border-color: rgb(71,140,203); }
td.TdClassName
{
border-color: #478CCB;
}
.TagClassName
{
border-color: #478CCB;
}
</style>