Shades of Havelock Blue #498BDC
Tints of Havelock Blue #498BDC
RGB
CMYK
RGB Variations
Color information
#498BDC (or 0x498BDC) is known color: Havelock Blue. HEX triplet: 49, 8B and DC. RGB value is (73,139,220). Sum of RGB (Red+Green+Blue) = 73+139+220=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #498BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498BDC is #B67423. Grayscale: #808080. Windows color (decimal): -11957284 or 14453577. OLE color: 14453577.
HSL color Cylindrical-coordinate representation of color #498BDC: hue angle of 213.06º 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 #498BDC is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 139 | 220 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.14 |
| HSL | 213.06º | 0.68% | 0.57% | - |
| HSV(B) | 213.06º | 0.67% | 0.86% | - |
| XYZ | 24.9 | 25.05 | 71.23 | - |
| YUV | 128.5 | 179.63 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 220 | 0.67 | 0.37 | 0 | 0.14 | 213.06 | 0.68 | 0.57 |
| Hex | 49 | 8B | DC | 43 | 25 | 0 | E | D5 | 44 | 39 |
| Octal | 111 | 213 | 334 | 103 | 45 | 0 | 16 | 325 | 104 | 71 |
| Binary | 1001001 | 10001011 | 11011100 | 1000011 | 100101 | 0 | 1110 | 11010101 | 1000100 | 111001 |
Color Harmonies of #498BDC
Complementary color
Monochromatic Colors of #498BDC
Black with #498BDC
Text Example
Text Example
White with #498BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498BDC; }
p { color: rgb(73,139,220); }
H1.HeaderClassName
{
color: #498BDC;
}
.AnyTagClassName
{
color: #498BDC;
}
</style>
background-color css
<style>
a { background-color: #498BDC; }
a { background-color: rgb(73,139,220); }
div.DivClassName
{
background-color: #498BDC;
}
.BgClassName
{
background-color: #498BDC;
}
</style>
border-color css
<style>
span { border-color: #498BDC; }
span { border-color: rgb(73,139,220); }
td.TdClassName
{
border-color: #498BDC;
}
.TagClassName
{
border-color: #498BDC;
}
</style>