Shades of Havelock Blue #498ADD
Tints of Havelock Blue #498ADD
RGB
CMYK
RGB Variations
Color information
#498ADD (or 0x498ADD) is known color: Havelock Blue. HEX triplet: 49, 8A and DD. RGB value is (73,138,221). Sum of RGB (Red+Green+Blue) = 73+138+221=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #498ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498ADD is #B67522. Grayscale: #7F7F7F. Windows color (decimal): -11957539 or 14518857. OLE color: 14518857.
HSL color Cylindrical-coordinate representation of color #498ADD: hue angle of 213.65º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #498ADD is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 138 | 221 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.13 |
| HSL | 213.65º | 0.69% | 0.58% | - |
| HSV(B) | 213.65º | 0.67% | 0.87% | - |
| XYZ | 24.89 | 24.81 | 71.88 | - |
| YUV | 128.03 | 180.47 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 221 | 0.67 | 0.38 | 0 | 0.13 | 213.65 | 0.69 | 0.58 |
| Hex | 49 | 8A | DD | 43 | 26 | 0 | D | D6 | 45 | 3A |
| Octal | 111 | 212 | 335 | 103 | 46 | 0 | 15 | 326 | 105 | 72 |
| Binary | 1001001 | 10001010 | 11011101 | 1000011 | 100110 | 0 | 1101 | 11010110 | 1000101 | 111010 |
Color Harmonies of #498ADD
Complementary color
Monochromatic Colors of #498ADD
Black with #498ADD
Text Example
Text Example
White with #498ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498ADD; }
p { color: rgb(73,138,221); }
H1.HeaderClassName
{
color: #498ADD;
}
.AnyTagClassName
{
color: #498ADD;
}
</style>
background-color css
<style>
a { background-color: #498ADD; }
a { background-color: rgb(73,138,221); }
div.DivClassName
{
background-color: #498ADD;
}
.BgClassName
{
background-color: #498ADD;
}
</style>
border-color css
<style>
span { border-color: #498ADD; }
span { border-color: rgb(73,138,221); }
td.TdClassName
{
border-color: #498ADD;
}
.TagClassName
{
border-color: #498ADD;
}
</style>