Shades of Havelock Blue #498ACC
Tints of Havelock Blue #498ACC
RGB
CMYK
RGB Variations
Color information
#498ACC (or 0x498ACC) is known color: Havelock Blue. HEX triplet: 49, 8A and CC. RGB value is (73,138,204). Sum of RGB (Red+Green+Blue) = 73+138+204=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #498ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498ACC is #B67533. Grayscale: #7D7D7D. Windows color (decimal): -11957556 or 13404745. OLE color: 13404745.
HSL color Cylindrical-coordinate representation of color #498ACC: hue angle of 210.23º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #498ACC is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 138 | 204 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.2 |
| HSL | 210.23º | 0.56% | 0.54% | - |
| HSV(B) | 210.23º | 0.64% | 0.8% | - |
| XYZ | 22.74 | 23.95 | 60.55 | - |
| YUV | 126.09 | 171.97 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 204 | 0.64 | 0.32 | 0 | 0.2 | 210.23 | 0.56 | 0.54 |
| Hex | 49 | 8A | CC | 40 | 20 | 0 | 14 | D2 | 38 | 36 |
| Octal | 111 | 212 | 314 | 100 | 40 | 0 | 24 | 322 | 70 | 66 |
| Binary | 1001001 | 10001010 | 11001100 | 1000000 | 100000 | 0 | 10100 | 11010010 | 111000 | 110110 |
Color Harmonies of #498ACC
Complementary color
Monochromatic Colors of #498ACC
Black with #498ACC
Text Example
Text Example
White with #498ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498ACC; }
p { color: rgb(73,138,204); }
H1.HeaderClassName
{
color: #498ACC;
}
.AnyTagClassName
{
color: #498ACC;
}
</style>
background-color css
<style>
a { background-color: #498ACC; }
a { background-color: rgb(73,138,204); }
div.DivClassName
{
background-color: #498ACC;
}
.BgClassName
{
background-color: #498ACC;
}
</style>
border-color css
<style>
span { border-color: #498ACC; }
span { border-color: rgb(73,138,204); }
td.TdClassName
{
border-color: #498ACC;
}
.TagClassName
{
border-color: #498ACC;
}
</style>