Shades of Havelock Blue #4974BF
Tints of Havelock Blue #4974BF
RGB
CMYK
RGB Variations
Color information
#4974BF (or 0x4974BF) is known color: Havelock Blue. HEX triplet: 49, 74 and BF. RGB value is (73,116,191). Sum of RGB (Red+Green+Blue) = 73+116+191=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #4974BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4974BF is #B68B40. Grayscale: #6F6F6F. Windows color (decimal): -11963201 or 12547145. OLE color: 12547145.
HSL color Cylindrical-coordinate representation of color #4974BF: hue angle of 218.14º 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 #4974BF is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 116 | 191 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.25 |
| HSL | 218.14º | 0.48% | 0.52% | - |
| HSV(B) | 218.14º | 0.62% | 0.75% | - |
| XYZ | 18.4 | 17.67 | 51.73 | - |
| YUV | 111.69 | 172.75 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 191 | 0.62 | 0.39 | 0 | 0.25 | 218.14 | 0.48 | 0.52 |
| Hex | 49 | 74 | BF | 3E | 27 | 0 | 19 | DA | 30 | 34 |
| Octal | 111 | 164 | 277 | 76 | 47 | 0 | 31 | 332 | 60 | 64 |
| Binary | 1001001 | 1110100 | 10111111 | 111110 | 100111 | 0 | 11001 | 11011010 | 110000 | 110100 |
Color Harmonies of #4974BF
Complementary color
Monochromatic Colors of #4974BF
Black with #4974BF
Text Example
Text Example
White with #4974BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4974BF; }
p { color: rgb(73,116,191); }
H1.HeaderClassName
{
color: #4974BF;
}
.AnyTagClassName
{
color: #4974BF;
}
</style>
background-color css
<style>
a { background-color: #4974BF; }
a { background-color: rgb(73,116,191); }
div.DivClassName
{
background-color: #4974BF;
}
.BgClassName
{
background-color: #4974BF;
}
</style>
border-color css
<style>
span { border-color: #4974BF; }
span { border-color: rgb(73,116,191); }
td.TdClassName
{
border-color: #4974BF;
}
.TagClassName
{
border-color: #4974BF;
}
</style>