Shades of Havelock Blue #498FCC
Tints of Havelock Blue #498FCC
RGB
CMYK
RGB Variations
Color information
#498FCC (or 0x498FCC) is known color: Havelock Blue. HEX triplet: 49, 8F and CC. RGB value is (73,143,204). Sum of RGB (Red+Green+Blue) = 73+143+204=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #498FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498FCC is #B67033. Grayscale: #808080. Windows color (decimal): -11956276 or 13406025. OLE color: 13406025.
HSL color Cylindrical-coordinate representation of color #498FCC: hue angle of 207.94º 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 #498FCC is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 143 | 204 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.2 |
| HSL | 207.94º | 0.56% | 0.54% | - |
| HSV(B) | 207.94º | 0.64% | 0.8% | - |
| XYZ | 23.47 | 25.42 | 60.8 | - |
| YUV | 129.02 | 170.31 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 204 | 0.64 | 0.30 | 0 | 0.2 | 207.94 | 0.56 | 0.54 |
| Hex | 49 | 8F | CC | 40 | 1E | 0 | 14 | D0 | 38 | 36 |
| Octal | 111 | 217 | 314 | 100 | 36 | 0 | 24 | 320 | 70 | 66 |
| Binary | 1001001 | 10001111 | 11001100 | 1000000 | 11110 | 0 | 10100 | 11010000 | 111000 | 110110 |
Color Harmonies of #498FCC
Complementary color
Monochromatic Colors of #498FCC
Black with #498FCC
Text Example
Text Example
White with #498FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498FCC; }
p { color: rgb(73,143,204); }
H1.HeaderClassName
{
color: #498FCC;
}
.AnyTagClassName
{
color: #498FCC;
}
</style>
background-color css
<style>
a { background-color: #498FCC; }
a { background-color: rgb(73,143,204); }
div.DivClassName
{
background-color: #498FCC;
}
.BgClassName
{
background-color: #498FCC;
}
</style>
border-color css
<style>
span { border-color: #498FCC; }
span { border-color: rgb(73,143,204); }
td.TdClassName
{
border-color: #498FCC;
}
.TagClassName
{
border-color: #498FCC;
}
</style>