Shades of Havelock Blue #4C8AC1
Tints of Havelock Blue #4C8AC1
RGB
CMYK
RGB Variations
Color information
#4C8AC1 (or 0x4C8AC1) is known color: Havelock Blue. HEX triplet: 4C, 8A and C1. RGB value is (76,138,193). Sum of RGB (Red+Green+Blue) = 76+138+193=407 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.67% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #4C8AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8AC1 is #B3753E. Grayscale: #7D7D7D. Windows color (decimal): -11760959 or 12683852. OLE color: 12683852.
HSL color Cylindrical-coordinate representation of color #4C8AC1: hue angle of 208.21º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C8AC1 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 138 | 193 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.24 |
| HSL | 208.21º | 0.49% | 0.53% | - |
| HSV(B) | 208.21º | 0.61% | 0.76% | - |
| XYZ | 21.69 | 23.56 | 53.86 | - |
| YUV | 125.73 | 165.96 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 138 | 193 | 0.61 | 0.28 | 0 | 0.24 | 208.21 | 0.49 | 0.53 |
| Hex | 4C | 8A | C1 | 3D | 1C | 0 | 18 | D0 | 31 | 35 |
| Octal | 114 | 212 | 301 | 75 | 34 | 0 | 30 | 320 | 61 | 65 |
| Binary | 1001100 | 10001010 | 11000001 | 111101 | 11100 | 0 | 11000 | 11010000 | 110001 | 110101 |
Color Harmonies of #4C8AC1
Complementary color
Monochromatic Colors of #4C8AC1
Black with #4C8AC1
Text Example
Text Example
White with #4C8AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8AC1; }
p { color: rgb(76,138,193); }
H1.HeaderClassName
{
color: #4C8AC1;
}
.AnyTagClassName
{
color: #4C8AC1;
}
</style>
background-color css
<style>
a { background-color: #4C8AC1; }
a { background-color: rgb(76,138,193); }
div.DivClassName
{
background-color: #4C8AC1;
}
.BgClassName
{
background-color: #4C8AC1;
}
</style>
border-color css
<style>
span { border-color: #4C8AC1; }
span { border-color: rgb(76,138,193); }
td.TdClassName
{
border-color: #4C8AC1;
}
.TagClassName
{
border-color: #4C8AC1;
}
</style>