Shades of Havelock Blue #466FC4
Tints of Havelock Blue #466FC4
RGB
CMYK
RGB Variations
Color information
#466FC4 (or 0x466FC4) is known color: Havelock Blue. HEX triplet: 46, 6F and C4. RGB value is (70,111,196). Sum of RGB (Red+Green+Blue) = 70+111+196=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 196 (76.95% from 255 or 51.99% from 377); Max value from RGB is 196 - color contains mainly: blue. Hex color #466FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FC4 is #B9903B. Grayscale: #6C6C6C. Windows color (decimal): -12161084 or 12873542. OLE color: 12873542.
HSL color Cylindrical-coordinate representation of color #466FC4: hue angle of 220.48º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #466FC4 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 111 | 196 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.23 |
| HSL | 220.48º | 0.52% | 0.52% | - |
| HSV(B) | 220.48º | 0.64% | 0.77% | - |
| XYZ | 18.17 | 16.66 | 54.48 | - |
| YUV | 108.43 | 177.42 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 196 | 0.64 | 0.43 | 0 | 0.23 | 220.48 | 0.52 | 0.52 |
| Hex | 46 | 6F | C4 | 40 | 2B | 0 | 17 | DC | 34 | 34 |
| Octal | 106 | 157 | 304 | 100 | 53 | 0 | 27 | 334 | 64 | 64 |
| Binary | 1000110 | 1101111 | 11000100 | 1000000 | 101011 | 0 | 10111 | 11011100 | 110100 | 110100 |
Color Harmonies of #466FC4
Complementary color
Monochromatic Colors of #466FC4
Black with #466FC4
Text Example
Text Example
White with #466FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466FC4; }
p { color: rgb(70,111,196); }
H1.HeaderClassName
{
color: #466FC4;
}
.AnyTagClassName
{
color: #466FC4;
}
</style>
background-color css
<style>
a { background-color: #466FC4; }
a { background-color: rgb(70,111,196); }
div.DivClassName
{
background-color: #466FC4;
}
.BgClassName
{
background-color: #466FC4;
}
</style>
border-color css
<style>
span { border-color: #466FC4; }
span { border-color: rgb(70,111,196); }
td.TdClassName
{
border-color: #466FC4;
}
.TagClassName
{
border-color: #466FC4;
}
</style>