Shades of Havelock Blue #4C8BDB
Tints of Havelock Blue #4C8BDB
RGB
CMYK
RGB Variations
Color information
#4C8BDB (or 0x4C8BDB) is known color: Havelock Blue. HEX triplet: 4C, 8B and DB. RGB value is (76,139,219). Sum of RGB (Red+Green+Blue) = 76+139+219=434 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.51% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C8BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8BDB is #B37424. Grayscale: #808080. Windows color (decimal): -11760677 or 14388044. OLE color: 14388044.
HSL color Cylindrical-coordinate representation of color #4C8BDB: hue angle of 213.57º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C8BDB is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 139 | 219 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.14 |
| HSL | 213.57º | 0.67% | 0.58% | - |
| HSV(B) | 213.57º | 0.65% | 0.86% | - |
| XYZ | 25 | 25.12 | 70.55 | - |
| YUV | 129.28 | 178.63 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 139 | 219 | 0.65 | 0.37 | 0 | 0.14 | 213.57 | 0.67 | 0.58 |
| Hex | 4C | 8B | DB | 41 | 25 | 0 | E | D6 | 43 | 3A |
| Octal | 114 | 213 | 333 | 101 | 45 | 0 | 16 | 326 | 103 | 72 |
| Binary | 1001100 | 10001011 | 11011011 | 1000001 | 100101 | 0 | 1110 | 11010110 | 1000011 | 111010 |
Color Harmonies of #4C8BDB
Complementary color
Monochromatic Colors of #4C8BDB
Black with #4C8BDB
Text Example
Text Example
White with #4C8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8BDB; }
p { color: rgb(76,139,219); }
H1.HeaderClassName
{
color: #4C8BDB;
}
.AnyTagClassName
{
color: #4C8BDB;
}
</style>
background-color css
<style>
a { background-color: #4C8BDB; }
a { background-color: rgb(76,139,219); }
div.DivClassName
{
background-color: #4C8BDB;
}
.BgClassName
{
background-color: #4C8BDB;
}
</style>
border-color css
<style>
span { border-color: #4C8BDB; }
span { border-color: rgb(76,139,219); }
td.TdClassName
{
border-color: #4C8BDB;
}
.TagClassName
{
border-color: #4C8BDB;
}
</style>