#498ACD

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

Shades of Havelock Blue #498ACD

Tints of Havelock Blue #498ACD

Color information

#498ACD (or 0x498ACD) is unknown color: approx Havelock Blue. HEX triplet: 49, 8A and CD. RGB value is (73,138,205). Sum of RGB (Red+Green+Blue) = 73+138+205=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #498ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498ACD is #B67532. Grayscale: #7D7D7D. Windows color (decimal): -11957555 or 13470281. OLE color: 13470281.

HSL color Cylindrical-coordinate representation of color #498ACD: hue angle of 210.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #498ACD is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB73138205-
CMYK0.640.3300.20
HSL210.45º56.9%54.51%-
HSV(B)210.45º64.39%80.39%-
XYZ22.862461.19-
YUV126.2172.4790.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.55%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 205 (80.47% from 255) = 49.28%
R=17.55%
G=33.17%
B=49.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731382050.640.3300.20210.4556.954.51
Hex498ACD4021014d23937
Octal111212315100410243227167
Binary10010011000101011001101100000010000101010011010010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,138,205); }

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

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

 a { background-color: rgb(73,138,205); }

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

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

 span { border-color: rgb(73,138,205); }

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