Shades of Havelock Blue #498CDC
Tints of Havelock Blue #498CDC
RGB
CMYK
RGB Variations
Color information
#498CDC (or 0x498CDC) is known color: Havelock Blue. HEX triplet: 49, 8C and DC. RGB value is (73,140,220). Sum of RGB (Red+Green+Blue) = 73+140+220=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #498CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CDC is #B67323. Grayscale: #808080. Windows color (decimal): -11957028 or 14453833. OLE color: 14453833.
HSL color Cylindrical-coordinate representation of color #498CDC: hue angle of 212.65º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #498CDC is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 140 | 220 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.14 |
| HSL | 212.65º | 0.68% | 0.57% | - |
| HSV(B) | 212.65º | 0.67% | 0.86% | - |
| XYZ | 25.04 | 25.34 | 71.28 | - |
| YUV | 129.09 | 179.3 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 220 | 0.67 | 0.36 | 0 | 0.14 | 212.65 | 0.68 | 0.57 |
| Hex | 49 | 8C | DC | 43 | 24 | 0 | E | D5 | 44 | 39 |
| Octal | 111 | 214 | 334 | 103 | 44 | 0 | 16 | 325 | 104 | 71 |
| Binary | 1001001 | 10001100 | 11011100 | 1000011 | 100100 | 0 | 1110 | 11010101 | 1000100 | 111001 |
Color Harmonies of #498CDC
Complementary color
Monochromatic Colors of #498CDC
Black with #498CDC
Text Example
Text Example
White with #498CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498CDC; }
p { color: rgb(73,140,220); }
H1.HeaderClassName
{
color: #498CDC;
}
.AnyTagClassName
{
color: #498CDC;
}
</style>
background-color css
<style>
a { background-color: #498CDC; }
a { background-color: rgb(73,140,220); }
div.DivClassName
{
background-color: #498CDC;
}
.BgClassName
{
background-color: #498CDC;
}
</style>
border-color css
<style>
span { border-color: #498CDC; }
span { border-color: rgb(73,140,220); }
td.TdClassName
{
border-color: #498CDC;
}
.TagClassName
{
border-color: #498CDC;
}
</style>