Shades of Havelock Blue #498AC5
Tints of Havelock Blue #498AC5
RGB
CMYK
RGB Variations
Color information
#498AC5 (or 0x498AC5) is known color: Havelock Blue. HEX triplet: 49, 8A and C5. RGB value is (73,138,197). Sum of RGB (Red+Green+Blue) = 73+138+197=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #498AC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498AC5 is #B6753A. Grayscale: #7C7C7C. Windows color (decimal): -11957563 or 12945993. OLE color: 12945993.
HSL color Cylindrical-coordinate representation of color #498AC5: hue angle of 208.55º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #498AC5 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 138 | 197 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.23 |
| HSL | 208.55º | 0.52% | 0.53% | - |
| HSV(B) | 208.55º | 0.63% | 0.77% | - |
| XYZ | 21.91 | 23.62 | 56.23 | - |
| YUV | 125.29 | 168.47 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 197 | 0.63 | 0.30 | 0 | 0.23 | 208.55 | 0.52 | 0.53 |
| Hex | 49 | 8A | C5 | 3F | 1E | 0 | 17 | D1 | 34 | 35 |
| Octal | 111 | 212 | 305 | 77 | 36 | 0 | 27 | 321 | 64 | 65 |
| Binary | 1001001 | 10001010 | 11000101 | 111111 | 11110 | 0 | 10111 | 11010001 | 110100 | 110101 |
Color Harmonies of #498AC5
Complementary color
Monochromatic Colors of #498AC5
Black with #498AC5
Text Example
Text Example
White with #498AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498AC5; }
p { color: rgb(73,138,197); }
H1.HeaderClassName
{
color: #498AC5;
}
.AnyTagClassName
{
color: #498AC5;
}
</style>
background-color css
<style>
a { background-color: #498AC5; }
a { background-color: rgb(73,138,197); }
div.DivClassName
{
background-color: #498AC5;
}
.BgClassName
{
background-color: #498AC5;
}
</style>
border-color css
<style>
span { border-color: #498AC5; }
span { border-color: rgb(73,138,197); }
td.TdClassName
{
border-color: #498AC5;
}
.TagClassName
{
border-color: #498AC5;
}
</style>