#498CDA

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

Shades of Havelock Blue #498CDA

Tints of Havelock Blue #498CDA

Color information

#498CDA (or 0x498CDA) is unknown color: approx Havelock Blue. HEX triplet: 49, 8C and DA. RGB value is (73,140,218). Sum of RGB (Red+Green+Blue) = 73+140+218=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #498CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CDA is #B67325. Grayscale: #808080. Windows color (decimal): -11957030 or 14322761. OLE color: 14322761.

HSL color Cylindrical-coordinate representation of color #498CDA: hue angle of 212.28º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #498CDA is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB73140218-
CMYK0.670.3600.15
HSL212.28º66.21%57.06%-
HSV(B)212.28º66.51%85.49%-
XYZ24.7825.2369.89-
YUV128.86178.388.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.94%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 218 (85.55% from 255) = 50.58%
R=16.94%
G=32.48%
B=50.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal731402180.670.3600.15212.2866.2157.06
Hex498CDA43240Fd44239
Octal1112143321034401732410271
Binary10010011000110011011010100001110010001111110101001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,140,218); }

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

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

 a { background-color: rgb(73,140,218); }

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

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

 span { border-color: rgb(73,140,218); }

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