Html Css Color HEX #496490 Wedgewood

📋 copy color: '#496490'

red 73 ◦ green 100 ◦ blue 144

#496490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #496490

Tints of Wedgewood #496490

RGB

 RED value IS 73 (28.91% from 255) = 23.03%

 GREEN value IS 100 (39.45% from 255) = 31.55%

 BLUE value IS 144 (56.64% from 255) = 45.43%

R = 23.03%
G = 31.55%
B = 45.43%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#496490 (or 0x496490) is known color: Wedgewood. HEX triplet: 49, 64 and 90. RGB value is (73,100,144). Sum of RGB (Red+Green+Blue) = 73+100+144=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #496490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496490 is #B69B6F. Grayscale: #606060. Windows color (decimal): -11967344 or 9462857. OLE color: 9462857.

HSL color Cylindrical-coordinate representation of color #496490: hue angle of 217.18º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #496490 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 100 144 -
CMYK 0.49 0.31 0 0.44
HSL 217.18º 0.33% 0.43% -
HSV(B) 217.18º 0.49% 0.56% -
XYZ 12.34 12.54 28.16 -
YUV 96.94 154.55 110.92 -
System Red Green Blue C M Y K H S L
Decimal 73 100 144 0.49 0.31 0 0.44 217.18 0.33 0.43
Hex 49 64 90 31 1F 0 2C D9 21 2B
Octal 111 144 220 61 37 0 54 331 41 53
Binary 1001001 1100100 10010000 110001 11111 0 101100 11011001 100001 101011

Color Harmonies of #496490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496490

Black with #496490

Text Example


Text Example

White with #496490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496490; }

 p { color: rgb(73,100,144); }

 H1.HeaderClassName
 {
   color: #496490;
 }
 .AnyTagClassName
 {
   color: #496490;
 }
</style>

background-color css

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

 a { background-color: rgb(73,100,144); }

 div.DivClassName
 {
   background-color: #496490;
 }
 .BgClassName
 {
   background-color: #496490;
 }
</style>

border-color css

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

 span { border-color: rgb(73,100,144); }

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