#498ED0

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

Shades of Havelock Blue #498ED0

Tints of Havelock Blue #498ED0

Color information

#498ED0 (or 0x498ED0) is unknown color: approx Havelock Blue. HEX triplet: 49, 8E and D0. RGB value is (73,142,208). Sum of RGB (Red+Green+Blue) = 73+142+208=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #498ED0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498ED0 is #B6712F. Grayscale: #808080. Windows color (decimal): -11956528 or 13667913. OLE color: 13667913.

HSL color Cylindrical-coordinate representation of color #498ED0: hue angle of 209.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #498ED0 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB73142208-
CMYK0.650.3200.18
HSL209.33º58.95%55.1%-
HSV(B)209.33º64.9%81.57%-
XYZ23.8125.3263.31-
YUV128.89172.6488.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.26%
GREEN value IS 142 (55.86% from 255) = 33.57%
BLUE value IS 208 (81.64% from 255) = 49.17%
R=17.26%
G=33.57%
B=49.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal731422080.650.3200.18209.3358.9555.1
Hex498ED04120012d13b37
Octal111216320101400223217367
Binary10010011000111011010000100000110000001001011010001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,142,208); }

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

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

 a { background-color: rgb(73,142,208); }

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

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

 span { border-color: rgb(73,142,208); }

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