Shades of Havelock Blue #4A85CD
Tints of Havelock Blue #4A85CD
RGB
CMYK
RGB Variations
Color information
#4A85CD (or 0x4A85CD) is known color: Havelock Blue. HEX triplet: 4A, 85 and CD. RGB value is (74,133,205). Sum of RGB (Red+Green+Blue) = 74+133+205=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A85CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A85CD is #B57A32. Grayscale: #7B7B7B. Windows color (decimal): -11893299 or 13469002. OLE color: 13469002.
HSL color Cylindrical-coordinate representation of color #4A85CD: hue angle of 212.98º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A85CD is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 133 | 205 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.20 |
| HSL | 212.98º | 0.57% | 0.55% | - |
| HSV(B) | 212.98º | 0.64% | 0.8% | - |
| XYZ | 22.23 | 22.64 | 60.96 | - |
| YUV | 123.57 | 173.95 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 133 | 205 | 0.64 | 0.35 | 0 | 0.20 | 212.98 | 0.57 | 0.55 |
| Hex | 4A | 85 | CD | 40 | 23 | 0 | 14 | D5 | 39 | 37 |
| Octal | 112 | 205 | 315 | 100 | 43 | 0 | 24 | 325 | 71 | 67 |
| Binary | 1001010 | 10000101 | 11001101 | 1000000 | 100011 | 0 | 10100 | 11010101 | 111001 | 110111 |
Color Harmonies of #4A85CD
Complementary color
Monochromatic Colors of #4A85CD
Black with #4A85CD
Text Example
Text Example
White with #4A85CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A85CD; }
p { color: rgb(74,133,205); }
H1.HeaderClassName
{
color: #4A85CD;
}
.AnyTagClassName
{
color: #4A85CD;
}
</style>
background-color css
<style>
a { background-color: #4A85CD; }
a { background-color: rgb(74,133,205); }
div.DivClassName
{
background-color: #4A85CD;
}
.BgClassName
{
background-color: #4A85CD;
}
</style>
border-color css
<style>
span { border-color: #4A85CD; }
span { border-color: rgb(74,133,205); }
td.TdClassName
{
border-color: #4A85CD;
}
.TagClassName
{
border-color: #4A85CD;
}
</style>