Shades of Havelock Blue #4979C3
Tints of Havelock Blue #4979C3
RGB
CMYK
RGB Variations
Color information
#4979C3 (or 0x4979C3) is known color: Havelock Blue. HEX triplet: 49, 79 and C3. RGB value is (73,121,195). Sum of RGB (Red+Green+Blue) = 73+121+195=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #4979C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4979C3 is #B6863C. Grayscale: #727272. Windows color (decimal): -11961917 or 12810569. OLE color: 12810569.
HSL color Cylindrical-coordinate representation of color #4979C3: hue angle of 216.39º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4979C3 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 121 | 195 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.24 |
| HSL | 216.39º | 0.5% | 0.53% | - |
| HSV(B) | 216.39º | 0.63% | 0.76% | - |
| XYZ | 19.44 | 19.03 | 54.28 | - |
| YUV | 115.08 | 173.1 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 195 | 0.63 | 0.38 | 0 | 0.24 | 216.39 | 0.5 | 0.53 |
| Hex | 49 | 79 | C3 | 3F | 26 | 0 | 18 | D8 | 32 | 35 |
| Octal | 111 | 171 | 303 | 77 | 46 | 0 | 30 | 330 | 62 | 65 |
| Binary | 1001001 | 1111001 | 11000011 | 111111 | 100110 | 0 | 11000 | 11011000 | 110010 | 110101 |
Color Harmonies of #4979C3
Complementary color
Monochromatic Colors of #4979C3
Black with #4979C3
Text Example
Text Example
White with #4979C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4979C3; }
p { color: rgb(73,121,195); }
H1.HeaderClassName
{
color: #4979C3;
}
.AnyTagClassName
{
color: #4979C3;
}
</style>
background-color css
<style>
a { background-color: #4979C3; }
a { background-color: rgb(73,121,195); }
div.DivClassName
{
background-color: #4979C3;
}
.BgClassName
{
background-color: #4979C3;
}
</style>
border-color css
<style>
span { border-color: #4979C3; }
span { border-color: rgb(73,121,195); }
td.TdClassName
{
border-color: #4979C3;
}
.TagClassName
{
border-color: #4979C3;
}
</style>