Shades of Havelock Blue #478ADF
Tints of Havelock Blue #478ADF
RGB
CMYK
RGB Variations
Color information
#478ADF (or 0x478ADF) is known color: Havelock Blue. HEX triplet: 47, 8A and DF. RGB value is (71,138,223). Sum of RGB (Red+Green+Blue) = 71+138+223=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #478ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ADF is #B87520. Grayscale: #7F7F7F. Windows color (decimal): -12088609 or 14649927. OLE color: 14649927.
HSL color Cylindrical-coordinate representation of color #478ADF: hue angle of 213.55º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #478ADF is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 138 | 223 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.13 |
| HSL | 213.55º | 0.7% | 0.58% | - |
| HSV(B) | 213.55º | 0.68% | 0.87% | - |
| XYZ | 25.01 | 24.84 | 73.29 | - |
| YUV | 127.66 | 181.8 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 138 | 223 | 0.68 | 0.38 | 0 | 0.13 | 213.55 | 0.7 | 0.58 |
| Hex | 47 | 8A | DF | 44 | 26 | 0 | D | D6 | 46 | 3A |
| Octal | 107 | 212 | 337 | 104 | 46 | 0 | 15 | 326 | 106 | 72 |
| Binary | 1000111 | 10001010 | 11011111 | 1000100 | 100110 | 0 | 1101 | 11010110 | 1000110 | 111010 |
Color Harmonies of #478ADF
Complementary color
Monochromatic Colors of #478ADF
Black with #478ADF
Text Example
Text Example
White with #478ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478ADF; }
p { color: rgb(71,138,223); }
H1.HeaderClassName
{
color: #478ADF;
}
.AnyTagClassName
{
color: #478ADF;
}
</style>
background-color css
<style>
a { background-color: #478ADF; }
a { background-color: rgb(71,138,223); }
div.DivClassName
{
background-color: #478ADF;
}
.BgClassName
{
background-color: #478ADF;
}
</style>
border-color css
<style>
span { border-color: #478ADF; }
span { border-color: rgb(71,138,223); }
td.TdClassName
{
border-color: #478ADF;
}
.TagClassName
{
border-color: #478ADF;
}
</style>