Html Css Color HEX #497392 Wedgewood

📋 copy color: '#497392'

red 73 ◦ green 115 ◦ blue 146

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

Shades of Wedgewood #497392

Tints of Wedgewood #497392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.43%

 BLUE value IS 146 (57.42% from 255) = 43.71%

R = 21.86%
G = 34.43%
B = 43.71%

CMYK

 C value IS 0.5

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#497392 (or 0x497392) is known color: Wedgewood. HEX triplet: 49, 73 and 92. RGB value is (73,115,146). Sum of RGB (Red+Green+Blue) = 73+115+146=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #497392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497392 is #B68C6D. Grayscale: #696969. Windows color (decimal): -11963502 or 9597769. OLE color: 9597769.

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

Color convert

RGB 73 115 146 -
CMYK 0.5 0.21 0 0.43
HSL 205.48º 0.33% 0.43% -
HSV(B) 205.48º 0.5% 0.57% -
XYZ 14.07 15.75 29.49 -
YUV 105.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 73 115 146 0.5 0.21 0 0.43 205.48 0.33 0.43
Hex 49 73 92 32 15 0 2B CD 21 2B
Octal 111 163 222 62 25 0 53 315 41 53
Binary 1001001 1110011 10010010 110010 10101 0 101011 11001101 100001 101011

Color Harmonies of #497392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497392

Black with #497392

Text Example


Text Example

White with #497392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497392; }

 p { color: rgb(73,115,146); }

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

background-color css

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

 a { background-color: rgb(73,115,146); }

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

border-color css

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

 span { border-color: rgb(73,115,146); }

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