Shades of Havelock Blue #498ACB
Tints of Havelock Blue #498ACB
RGB
CMYK
RGB Variations
Color information
#498ACB (or 0x498ACB) is known color: Havelock Blue. HEX triplet: 49, 8A and CB. RGB value is (73,138,203). Sum of RGB (Red+Green+Blue) = 73+138+203=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #498ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498ACB is #B67534. Grayscale: #7D7D7D. Windows color (decimal): -11957557 or 13339209. OLE color: 13339209.
HSL color Cylindrical-coordinate representation of color #498ACB: hue angle of 210º 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 #498ACB is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 138 | 203 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.20 |
| HSL | 210º | 0.56% | 0.54% | - |
| HSV(B) | 210º | 0.64% | 0.8% | - |
| XYZ | 22.62 | 23.91 | 59.92 | - |
| YUV | 125.98 | 171.47 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 203 | 0.64 | 0.32 | 0 | 0.20 | 210 | 0.56 | 0.54 |
| Hex | 49 | 8A | CB | 40 | 20 | 0 | 14 | D2 | 38 | 36 |
| Octal | 111 | 212 | 313 | 100 | 40 | 0 | 24 | 322 | 70 | 66 |
| Binary | 1001001 | 10001010 | 11001011 | 1000000 | 100000 | 0 | 10100 | 11010010 | 111000 | 110110 |
Color Harmonies of #498ACB
Complementary color
Monochromatic Colors of #498ACB
Black with #498ACB
Text Example
Text Example
White with #498ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498ACB; }
p { color: rgb(73,138,203); }
H1.HeaderClassName
{
color: #498ACB;
}
.AnyTagClassName
{
color: #498ACB;
}
</style>
background-color css
<style>
a { background-color: #498ACB; }
a { background-color: rgb(73,138,203); }
div.DivClassName
{
background-color: #498ACB;
}
.BgClassName
{
background-color: #498ACB;
}
</style>
border-color css
<style>
span { border-color: #498ACB; }
span { border-color: rgb(73,138,203); }
td.TdClassName
{
border-color: #498ACB;
}
.TagClassName
{
border-color: #498ACB;
}
</style>