Shades of Havelock Blue #4474C5
Tints of Havelock Blue #4474C5
RGB
CMYK
RGB Variations
Color information
#4474C5 (or 0x4474C5) is known color: Havelock Blue. HEX triplet: 44, 74 and C5. RGB value is (68,116,197). Sum of RGB (Red+Green+Blue) = 68+116+197=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #4474C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4474C5 is #BB8B3A. Grayscale: #6E6E6E. Windows color (decimal): -12290875 or 12940356. OLE color: 12940356.
HSL color Cylindrical-coordinate representation of color #4474C5: hue angle of 217.67º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4474C5 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 116 | 197 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.23 |
| HSL | 217.67º | 0.53% | 0.52% | - |
| HSV(B) | 217.67º | 0.65% | 0.77% | - |
| XYZ | 18.71 | 17.75 | 55.26 | - |
| YUV | 110.88 | 176.6 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 116 | 197 | 0.65 | 0.41 | 0 | 0.23 | 217.67 | 0.53 | 0.52 |
| Hex | 44 | 74 | C5 | 41 | 29 | 0 | 17 | DA | 35 | 34 |
| Octal | 104 | 164 | 305 | 101 | 51 | 0 | 27 | 332 | 65 | 64 |
| Binary | 1000100 | 1110100 | 11000101 | 1000001 | 101001 | 0 | 10111 | 11011010 | 110101 | 110100 |
Color Harmonies of #4474C5
Complementary color
Monochromatic Colors of #4474C5
Black with #4474C5
Text Example
Text Example
White with #4474C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4474C5; }
p { color: rgb(68,116,197); }
H1.HeaderClassName
{
color: #4474C5;
}
.AnyTagClassName
{
color: #4474C5;
}
</style>
background-color css
<style>
a { background-color: #4474C5; }
a { background-color: rgb(68,116,197); }
div.DivClassName
{
background-color: #4474C5;
}
.BgClassName
{
background-color: #4474C5;
}
</style>
border-color css
<style>
span { border-color: #4474C5; }
span { border-color: rgb(68,116,197); }
td.TdClassName
{
border-color: #4474C5;
}
.TagClassName
{
border-color: #4474C5;
}
</style>