#498DCA

Color #498DCA Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #498DCA

Tints of Havelock Blue #498DCA

Color information

#498DCA (or 0x498DCA) is unknown color: approx Havelock Blue. HEX triplet: 49, 8D and CA. RGB value is (73,141,202). Sum of RGB (Red+Green+Blue) = 73+141+202=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #498DCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498DCA is #B67235. Grayscale: #7F7F7F. Windows color (decimal): -11956790 or 13274441. OLE color: 13274441.

HSL color Cylindrical-coordinate representation of color #498DCA: hue angle of 208.37º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #498DCA is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB73141202-
CMYK0.640.3000.21
HSL208.37º54.89%53.92%-
HSV(B)208.37º63.86%79.22%-
XYZ22.9324.7359.44-
YUV127.62169.9789.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 17.55%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 202 (79.30% from 255) = 48.56%
R=17.55%
G=33.89%
B=48.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal731412020.640.3000.21208.3754.8953.92
Hex498DCA401E015d03736
Octal111215312100360253206766
Binary1001001100011011100101010000001111001010111010000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498DCA; }

 p { color: rgb(73,141,202); }

 H1.HeaderClassName
 {
   color: #498DCA;
 }
 .AnyTagClassName
 {
   color: #498DCA;
 }
</style>
background-color css

<style>
 a { background-color: #498DCA; }

 a { background-color: rgb(73,141,202); }

 div.DivClassName
 {
   background-color: #498DCA;
 }
 .BgClassName
 {
   background-color: #498DCA;
 }
</style>
border-color css

<style>
 span { border-color: #498DCA; }

 span { border-color: rgb(73,141,202); }

 td.TdClassName
 {
   border-color: #498DCA;
 }
 .TagClassName
 {
   border-color: #498DCA;
 }
</style>