Html Css Color HEX #496791 Wedgewood

📋 copy color: '#496791'

red 73 ◦ green 103 ◦ blue 145

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

Shades of Wedgewood #496791

Tints of Wedgewood #496791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.09%

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

R = 22.74%
G = 32.09%
B = 45.17%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#496791 (or 0x496791) is known color: Wedgewood. HEX triplet: 49, 67 and 91. RGB value is (73,103,145). Sum of RGB (Red+Green+Blue) = 73+103+145=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #496791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496791 is #B6986E. Grayscale: #626262. Windows color (decimal): -11966575 or 9529161. OLE color: 9529161.

HSL color Cylindrical-coordinate representation of color #496791: hue angle of 215º 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 #496791 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 103 145 -
CMYK 0.50 0.29 0 0.43
HSL 215º 0.33% 0.43% -
HSV(B) 215º 0.5% 0.57% -
XYZ 12.71 13.16 28.66 -
YUV 98.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 73 103 145 0.50 0.29 0 0.43 215 0.33 0.43
Hex 49 67 91 32 1D 0 2B D7 21 2B
Octal 111 147 221 62 35 0 53 327 41 53
Binary 1001001 1100111 10010001 110010 11101 0 101011 11010111 100001 101011

Color Harmonies of #496791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496791

Black with #496791

Text Example


Text Example

White with #496791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496791; }

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

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

background-color css

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

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

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

border-color css

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

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

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