Shades of Havelock Blue #4375C9
Tints of Havelock Blue #4375C9
RGB
CMYK
RGB Variations
Color information
#4375C9 (or 0x4375C9) is known color: Havelock Blue. HEX triplet: 43, 75 and C9. RGB value is (67,117,201). Sum of RGB (Red+Green+Blue) = 67+117+201=385 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.40% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #4375C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4375C9 is #BC8A36. Grayscale: #6F6F6F. Windows color (decimal): -12356151 or 13202755. OLE color: 13202755.
HSL color Cylindrical-coordinate representation of color #4375C9: hue angle of 217.61º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4375C9 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 117 | 201 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.21 |
| HSL | 217.61º | 0.55% | 0.53% | - |
| HSV(B) | 217.61º | 0.67% | 0.79% | - |
| XYZ | 19.22 | 18.13 | 57.75 | - |
| YUV | 111.63 | 178.44 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 117 | 201 | 0.67 | 0.42 | 0 | 0.21 | 217.61 | 0.55 | 0.53 |
| Hex | 43 | 75 | C9 | 43 | 2A | 0 | 15 | DA | 37 | 35 |
| Octal | 103 | 165 | 311 | 103 | 52 | 0 | 25 | 332 | 67 | 65 |
| Binary | 1000011 | 1110101 | 11001001 | 1000011 | 101010 | 0 | 10101 | 11011010 | 110111 | 110101 |
Color Harmonies of #4375C9
Complementary color
Monochromatic Colors of #4375C9
Black with #4375C9
Text Example
Text Example
White with #4375C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4375C9; }
p { color: rgb(67,117,201); }
H1.HeaderClassName
{
color: #4375C9;
}
.AnyTagClassName
{
color: #4375C9;
}
</style>
background-color css
<style>
a { background-color: #4375C9; }
a { background-color: rgb(67,117,201); }
div.DivClassName
{
background-color: #4375C9;
}
.BgClassName
{
background-color: #4375C9;
}
</style>
border-color css
<style>
span { border-color: #4375C9; }
span { border-color: rgb(67,117,201); }
td.TdClassName
{
border-color: #4375C9;
}
.TagClassName
{
border-color: #4375C9;
}
</style>