Shades of Havelock Blue #4976BF
Tints of Havelock Blue #4976BF
RGB
CMYK
RGB Variations
Color information
#4976BF (or 0x4976BF) is known color: Havelock Blue. HEX triplet: 49, 76 and BF. RGB value is (73,118,191). Sum of RGB (Red+Green+Blue) = 73+118+191=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #4976BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4976BF is #B68940. Grayscale: #707070. Windows color (decimal): -11962689 or 12547657. OLE color: 12547657.
HSL color Cylindrical-coordinate representation of color #4976BF: hue angle of 217.12º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4976BF is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 118 | 191 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.25 |
| HSL | 217.12º | 0.48% | 0.52% | - |
| HSV(B) | 217.12º | 0.62% | 0.75% | - |
| XYZ | 18.63 | 18.13 | 51.81 | - |
| YUV | 112.87 | 172.09 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 191 | 0.62 | 0.38 | 0 | 0.25 | 217.12 | 0.48 | 0.52 |
| Hex | 49 | 76 | BF | 3E | 26 | 0 | 19 | D9 | 30 | 34 |
| Octal | 111 | 166 | 277 | 76 | 46 | 0 | 31 | 331 | 60 | 64 |
| Binary | 1001001 | 1110110 | 10111111 | 111110 | 100110 | 0 | 11001 | 11011001 | 110000 | 110100 |
Color Harmonies of #4976BF
Complementary color
Monochromatic Colors of #4976BF
Black with #4976BF
Text Example
Text Example
White with #4976BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4976BF; }
p { color: rgb(73,118,191); }
H1.HeaderClassName
{
color: #4976BF;
}
.AnyTagClassName
{
color: #4976BF;
}
</style>
background-color css
<style>
a { background-color: #4976BF; }
a { background-color: rgb(73,118,191); }
div.DivClassName
{
background-color: #4976BF;
}
.BgClassName
{
background-color: #4976BF;
}
</style>
border-color css
<style>
span { border-color: #4976BF; }
span { border-color: rgb(73,118,191); }
td.TdClassName
{
border-color: #4976BF;
}
.TagClassName
{
border-color: #4976BF;
}
</style>