Html Css Color HEX #496890 Wedgewood

📋 copy color: '#496890'

red 73 ◦ green 104 ◦ blue 144

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

Shades of Wedgewood #496890

Tints of Wedgewood #496890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.4%

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

R = 22.74%
G = 32.4%
B = 44.86%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#496890 (or 0x496890) is known color: Wedgewood. HEX triplet: 49, 68 and 90. RGB value is (73,104,144). Sum of RGB (Red+Green+Blue) = 73+104+144=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #496890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496890 is #B6976F. Grayscale: #636363. Windows color (decimal): -11966320 or 9463881. OLE color: 9463881.

HSL color Cylindrical-coordinate representation of color #496890: hue angle of 213.8º 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 #496890 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 104 144 -
CMYK 0.49 0.28 0 0.44
HSL 213.8º 0.33% 0.43% -
HSV(B) 213.8º 0.49% 0.56% -
XYZ 12.73 13.33 28.29 -
YUV 99.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 73 104 144 0.49 0.28 0 0.44 213.8 0.33 0.43
Hex 49 68 90 31 1C 0 2C D6 21 2B
Octal 111 150 220 61 34 0 54 326 41 53
Binary 1001001 1101000 10010000 110001 11100 0 101100 11010110 100001 101011

Color Harmonies of #496890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496890

Black with #496890

Text Example


Text Example

White with #496890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496890; }

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

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

background-color css

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

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

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

border-color css

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

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

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