Shades of Havelock Blue #4A8CCE
Tints of Havelock Blue #4A8CCE
RGB
CMYK
RGB Variations
Color information
#4A8CCE (or 0x4A8CCE) is known color: Havelock Blue. HEX triplet: 4A, 8C and CE. RGB value is (74,140,206). Sum of RGB (Red+Green+Blue) = 74+140+206=420 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.62% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A8CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8CCE is #B57331. Grayscale: #7F7F7F. Windows color (decimal): -11891506 or 13536330. OLE color: 13536330.
HSL color Cylindrical-coordinate representation of color #4A8CCE: hue angle of 210º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A8CCE is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 140 | 206 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.19 |
| HSL | 210º | 0.57% | 0.55% | - |
| HSV(B) | 210º | 0.64% | 0.81% | - |
| XYZ | 23.34 | 24.67 | 61.92 | - |
| YUV | 127.79 | 172.13 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 140 | 206 | 0.64 | 0.32 | 0 | 0.19 | 210 | 0.57 | 0.55 |
| Hex | 4A | 8C | CE | 40 | 20 | 0 | 13 | D2 | 39 | 37 |
| Octal | 112 | 214 | 316 | 100 | 40 | 0 | 23 | 322 | 71 | 67 |
| Binary | 1001010 | 10001100 | 11001110 | 1000000 | 100000 | 0 | 10011 | 11010010 | 111001 | 110111 |
Color Harmonies of #4A8CCE
Complementary color
Monochromatic Colors of #4A8CCE
Black with #4A8CCE
Text Example
Text Example
White with #4A8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8CCE; }
p { color: rgb(74,140,206); }
H1.HeaderClassName
{
color: #4A8CCE;
}
.AnyTagClassName
{
color: #4A8CCE;
}
</style>
background-color css
<style>
a { background-color: #4A8CCE; }
a { background-color: rgb(74,140,206); }
div.DivClassName
{
background-color: #4A8CCE;
}
.BgClassName
{
background-color: #4A8CCE;
}
</style>
border-color css
<style>
span { border-color: #4A8CCE; }
span { border-color: rgb(74,140,206); }
td.TdClassName
{
border-color: #4A8CCE;
}
.TagClassName
{
border-color: #4A8CCE;
}
</style>