Html Css Color HEX #496A90 Wedgewood

📋 copy color: '#496A90'

red 73 ◦ green 106 ◦ blue 144

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

Shades of Wedgewood #496A90

Tints of Wedgewood #496A90

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.82%

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

R = 22.6%
G = 32.82%
B = 44.58%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#496A90 (or 0x496A90) is known color: Wedgewood. HEX triplet: 49, 6A and 90. RGB value is (73,106,144). Sum of RGB (Red+Green+Blue) = 73+106+144=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #496A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496A90 is #B6956F. Grayscale: #646464. Windows color (decimal): -11965808 or 9464393. OLE color: 9464393.

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

Color convert

RGB 73 106 144 -
CMYK 0.49 0.26 0 0.44
HSL 212.11º 0.33% 0.43% -
HSV(B) 212.11º 0.49% 0.56% -
XYZ 12.94 13.74 28.36 -
YUV 100.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 73 106 144 0.49 0.26 0 0.44 212.11 0.33 0.43
Hex 49 6A 90 31 1A 0 2C D4 21 2B
Octal 111 152 220 61 32 0 54 324 41 53
Binary 1001001 1101010 10010000 110001 11010 0 101100 11010100 100001 101011

Color Harmonies of #496A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A90

Black with #496A90

Text Example


Text Example

White with #496A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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