Shades of Havelock Blue #4379CC
Tints of Havelock Blue #4379CC
RGB
CMYK
RGB Variations
Color information
#4379CC (or 0x4379CC) is known color: Havelock Blue. HEX triplet: 43, 79 and CC. RGB value is (67,121,204). Sum of RGB (Red+Green+Blue) = 67+121+204=392 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.09% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #4379CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4379CC is #BC8633. Grayscale: #717171. Windows color (decimal): -12355124 or 13400387. OLE color: 13400387.
HSL color Cylindrical-coordinate representation of color #4379CC: hue angle of 216.35º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4379CC is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 121 | 204 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.2 |
| HSL | 216.35º | 0.57% | 0.53% | - |
| HSV(B) | 216.35º | 0.67% | 0.8% | - |
| XYZ | 20.05 | 19.23 | 59.78 | - |
| YUV | 114.32 | 178.61 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 121 | 204 | 0.67 | 0.41 | 0 | 0.2 | 216.35 | 0.57 | 0.53 |
| Hex | 43 | 79 | CC | 43 | 29 | 0 | 14 | D8 | 39 | 35 |
| Octal | 103 | 171 | 314 | 103 | 51 | 0 | 24 | 330 | 71 | 65 |
| Binary | 1000011 | 1111001 | 11001100 | 1000011 | 101001 | 0 | 10100 | 11011000 | 111001 | 110101 |
Color Harmonies of #4379CC
Complementary color
Monochromatic Colors of #4379CC
Black with #4379CC
Text Example
Text Example
White with #4379CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4379CC; }
p { color: rgb(67,121,204); }
H1.HeaderClassName
{
color: #4379CC;
}
.AnyTagClassName
{
color: #4379CC;
}
</style>
background-color css
<style>
a { background-color: #4379CC; }
a { background-color: rgb(67,121,204); }
div.DivClassName
{
background-color: #4379CC;
}
.BgClassName
{
background-color: #4379CC;
}
</style>
border-color css
<style>
span { border-color: #4379CC; }
span { border-color: rgb(67,121,204); }
td.TdClassName
{
border-color: #4379CC;
}
.TagClassName
{
border-color: #4379CC;
}
</style>