Shades of Havelock Blue #4675C5
Tints of Havelock Blue #4675C5
RGB
CMYK
RGB Variations
Color information
#4675C5 (or 0x4675C5) is known color: Havelock Blue. HEX triplet: 46, 75 and C5. RGB value is (70,117,197). Sum of RGB (Red+Green+Blue) = 70+117+197=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 197 (77.34% from 255 or 51.30% from 384); Max value from RGB is 197 - color contains mainly: blue. Hex color #4675C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4675C5 is #B98A3A. Grayscale: #6F6F6F. Windows color (decimal): -12159547 or 12940614. OLE color: 12940614.
HSL color Cylindrical-coordinate representation of color #4675C5: hue angle of 217.8º 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 #4675C5 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 117 | 197 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.23 |
| HSL | 217.8º | 0.52% | 0.52% | - |
| HSV(B) | 217.8º | 0.64% | 0.77% | - |
| XYZ | 18.97 | 18.06 | 55.31 | - |
| YUV | 112.07 | 175.93 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 117 | 197 | 0.64 | 0.41 | 0 | 0.23 | 217.8 | 0.52 | 0.52 |
| Hex | 46 | 75 | C5 | 40 | 29 | 0 | 17 | DA | 34 | 34 |
| Octal | 106 | 165 | 305 | 100 | 51 | 0 | 27 | 332 | 64 | 64 |
| Binary | 1000110 | 1110101 | 11000101 | 1000000 | 101001 | 0 | 10111 | 11011010 | 110100 | 110100 |
Color Harmonies of #4675C5
Complementary color
Monochromatic Colors of #4675C5
Black with #4675C5
Text Example
Text Example
White with #4675C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4675C5; }
p { color: rgb(70,117,197); }
H1.HeaderClassName
{
color: #4675C5;
}
.AnyTagClassName
{
color: #4675C5;
}
</style>
background-color css
<style>
a { background-color: #4675C5; }
a { background-color: rgb(70,117,197); }
div.DivClassName
{
background-color: #4675C5;
}
.BgClassName
{
background-color: #4675C5;
}
</style>
border-color css
<style>
span { border-color: #4675C5; }
span { border-color: rgb(70,117,197); }
td.TdClassName
{
border-color: #4675C5;
}
.TagClassName
{
border-color: #4675C5;
}
</style>