Html Css Color HEX #497393 Wedgewood

📋 copy color: '#497393'

red 73 ◦ green 115 ◦ blue 147

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

Shades of Wedgewood #497393

Tints of Wedgewood #497393

RGB

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

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

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

R = 21.79%
G = 34.33%
B = 43.88%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#497393 (or 0x497393) is known color: Wedgewood. HEX triplet: 49, 73 and 93. RGB value is (73,115,147). Sum of RGB (Red+Green+Blue) = 73+115+147=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #497393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497393 is #B68C6C. Grayscale: #696969. Windows color (decimal): -11963501 or 9663305. OLE color: 9663305.

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

Color convert

RGB 73 115 147 -
CMYK 0.50 0.22 0 0.42
HSL 205.95º 0.34% 0.43% -
HSV(B) 205.95º 0.5% 0.58% -
XYZ 14.14 15.78 29.9 -
YUV 106.09 151.09 104.4 -
System Red Green Blue C M Y K H S L
Decimal 73 115 147 0.50 0.22 0 0.42 205.95 0.34 0.43
Hex 49 73 93 32 16 0 2A CE 22 2B
Octal 111 163 223 62 26 0 52 316 42 53
Binary 1001001 1110011 10010011 110010 10110 0 101010 11001110 100010 101011

Color Harmonies of #497393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497393

Black with #497393

Text Example


Text Example

White with #497393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497393; }

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

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

background-color css

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

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

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

border-color css

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

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

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