Shades of Havelock Blue #4275CA
Tints of Havelock Blue #4275CA
RGB
CMYK
RGB Variations
Color information
#4275CA (or 0x4275CA) is known color: Havelock Blue. HEX triplet: 42, 75 and CA. RGB value is (66,117,202). Sum of RGB (Red+Green+Blue) = 66+117+202=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #4275CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4275CA is #BD8A35. Grayscale: #6F6F6F. Windows color (decimal): -12421686 or 13268290. OLE color: 13268290.
HSL color Cylindrical-coordinate representation of color #4275CA: hue angle of 217.5º degrees, saturation: 0.56, 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 #4275CA is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 117 | 202 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.21 |
| HSL | 217.5º | 0.56% | 0.53% | - |
| HSV(B) | 217.5º | 0.67% | 0.79% | - |
| XYZ | 19.27 | 18.15 | 58.36 | - |
| YUV | 111.44 | 179.1 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 202 | 0.67 | 0.42 | 0 | 0.21 | 217.5 | 0.56 | 0.53 |
| Hex | 42 | 75 | CA | 43 | 2A | 0 | 15 | DA | 38 | 35 |
| Octal | 102 | 165 | 312 | 103 | 52 | 0 | 25 | 332 | 70 | 65 |
| Binary | 1000010 | 1110101 | 11001010 | 1000011 | 101010 | 0 | 10101 | 11011010 | 111000 | 110101 |
Color Harmonies of #4275CA
Complementary color
Monochromatic Colors of #4275CA
Black with #4275CA
Text Example
Text Example
White with #4275CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4275CA; }
p { color: rgb(66,117,202); }
H1.HeaderClassName
{
color: #4275CA;
}
.AnyTagClassName
{
color: #4275CA;
}
</style>
background-color css
<style>
a { background-color: #4275CA; }
a { background-color: rgb(66,117,202); }
div.DivClassName
{
background-color: #4275CA;
}
.BgClassName
{
background-color: #4275CA;
}
</style>
border-color css
<style>
span { border-color: #4275CA; }
span { border-color: rgb(66,117,202); }
td.TdClassName
{
border-color: #4275CA;
}
.TagClassName
{
border-color: #4275CA;
}
</style>