Html Css Color HEX #496691 Wedgewood

📋 copy color: '#496691'

red 73 ◦ green 102 ◦ blue 145

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

Shades of Wedgewood #496691

Tints of Wedgewood #496691

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.88%

 BLUE value IS 145 (57.03% from 255) = 45.31%

R = 22.81%
G = 31.88%
B = 45.31%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#496691 (or 0x496691) is known color: Wedgewood. HEX triplet: 49, 66 and 91. RGB value is (73,102,145). Sum of RGB (Red+Green+Blue) = 73+102+145=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #496691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496691 is #B6996E. Grayscale: #626262. Windows color (decimal): -11966831 or 9528905. OLE color: 9528905.

HSL color Cylindrical-coordinate representation of color #496691: hue angle of 215.83º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496691 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 102 145 -
CMYK 0.50 0.30 0 0.43
HSL 215.83º 0.33% 0.43% -
HSV(B) 215.83º 0.5% 0.57% -
XYZ 12.61 12.96 28.63 -
YUV 98.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 73 102 145 0.50 0.30 0 0.43 215.83 0.33 0.43
Hex 49 66 91 32 1E 0 2B D8 21 2B
Octal 111 146 221 62 36 0 53 330 41 53
Binary 1001001 1100110 10010001 110010 11110 0 101011 11011000 100001 101011

Color Harmonies of #496691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496691

Black with #496691

Text Example


Text Example

White with #496691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496691; }

 p { color: rgb(73,102,145); }

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

background-color css

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

 a { background-color: rgb(73,102,145); }

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

border-color css

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

 span { border-color: rgb(73,102,145); }

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