Html Css Color HEX #497193 Wedgewood

📋 copy color: '#497193'

red 73 ◦ green 113 ◦ blue 147

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

Shades of Wedgewood #497193

Tints of Wedgewood #497193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.14%

R = 21.92%
G = 33.93%
B = 44.14%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#497193 (or 0x497193) is known color: Wedgewood. HEX triplet: 49, 71 and 93. RGB value is (73,113,147). Sum of RGB (Red+Green+Blue) = 73+113+147=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #497193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497193 is #B68E6C. Grayscale: #686868. Windows color (decimal): -11964013 or 9662793. OLE color: 9662793.

HSL color Cylindrical-coordinate representation of color #497193: hue angle of 207.57º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #497193 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 113 147 -
CMYK 0.50 0.23 0 0.42
HSL 207.57º 0.34% 0.43% -
HSV(B) 207.57º 0.5% 0.58% -
XYZ 13.92 15.33 29.83 -
YUV 104.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 73 113 147 0.50 0.23 0 0.42 207.57 0.34 0.43
Hex 49 71 93 32 17 0 2A D0 22 2B
Octal 111 161 223 62 27 0 52 320 42 53
Binary 1001001 1110001 10010011 110010 10111 0 101010 11010000 100010 101011

Color Harmonies of #497193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497193

Black with #497193

Text Example


Text Example

White with #497193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497193; }

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

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

background-color css

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

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

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

border-color css

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

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

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