Shades of Havelock Blue #498FCB
Tints of Havelock Blue #498FCB
RGB
CMYK
RGB Variations
Color information
#498FCB (or 0x498FCB) is known color: Havelock Blue. HEX triplet: 49, 8F and CB. RGB value is (73,143,203). Sum of RGB (Red+Green+Blue) = 73+143+203=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #498FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498FCB is #B67034. Grayscale: #808080. Windows color (decimal): -11956277 or 13340489. OLE color: 13340489.
HSL color Cylindrical-coordinate representation of color #498FCB: hue angle of 207.69º 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 #498FCB is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 143 | 203 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.20 |
| HSL | 207.69º | 0.56% | 0.54% | - |
| HSV(B) | 207.69º | 0.64% | 0.8% | - |
| XYZ | 23.35 | 25.37 | 60.17 | - |
| YUV | 128.91 | 169.81 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 203 | 0.64 | 0.30 | 0 | 0.20 | 207.69 | 0.56 | 0.54 |
| Hex | 49 | 8F | CB | 40 | 1E | 0 | 14 | D0 | 38 | 36 |
| Octal | 111 | 217 | 313 | 100 | 36 | 0 | 24 | 320 | 70 | 66 |
| Binary | 1001001 | 10001111 | 11001011 | 1000000 | 11110 | 0 | 10100 | 11010000 | 111000 | 110110 |
Color Harmonies of #498FCB
Complementary color
Monochromatic Colors of #498FCB
Black with #498FCB
Text Example
Text Example
White with #498FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498FCB; }
p { color: rgb(73,143,203); }
H1.HeaderClassName
{
color: #498FCB;
}
.AnyTagClassName
{
color: #498FCB;
}
</style>
background-color css
<style>
a { background-color: #498FCB; }
a { background-color: rgb(73,143,203); }
div.DivClassName
{
background-color: #498FCB;
}
.BgClassName
{
background-color: #498FCB;
}
</style>
border-color css
<style>
span { border-color: #498FCB; }
span { border-color: rgb(73,143,203); }
td.TdClassName
{
border-color: #498FCB;
}
.TagClassName
{
border-color: #498FCB;
}
</style>