Html Css Color HEX #497191 Wedgewood

📋 copy color: '#497191'

red 73 ◦ green 113 ◦ blue 145

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

Shades of Wedgewood #497191

Tints of Wedgewood #497191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.14%

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

R = 22.05%
G = 34.14%
B = 43.81%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#497191 (or 0x497191) is known color: Wedgewood. HEX triplet: 49, 71 and 91. RGB value is (73,113,145). Sum of RGB (Red+Green+Blue) = 73+113+145=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #497191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497191 is #B68E6E. Grayscale: #686868. Windows color (decimal): -11964015 or 9531721. OLE color: 9531721.

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

Color convert

RGB 73 113 145 -
CMYK 0.50 0.22 0 0.43
HSL 206.67º 0.33% 0.43% -
HSV(B) 206.67º 0.5% 0.57% -
XYZ 13.76 15.27 29.01 -
YUV 104.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 73 113 145 0.50 0.22 0 0.43 206.67 0.33 0.43
Hex 49 71 91 32 16 0 2B CF 21 2B
Octal 111 161 221 62 26 0 53 317 41 53
Binary 1001001 1110001 10010001 110010 10110 0 101011 11001111 100001 101011

Color Harmonies of #497191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497191

Black with #497191

Text Example


Text Example

White with #497191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497191; }

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

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

background-color css

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

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

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

border-color css

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

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

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