Html Css Color HEX #497395 Wedgewood

📋 copy color: '#497395'

red 73 ◦ green 115 ◦ blue 149

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

Shades of Wedgewood #497395

Tints of Wedgewood #497395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.21%

R = 21.66%
G = 34.12%
B = 44.21%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#497395 (or 0x497395) is known color: Wedgewood. HEX triplet: 49, 73 and 95. RGB value is (73,115,149). Sum of RGB (Red+Green+Blue) = 73+115+149=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #497395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497395 is #B68C6A. Grayscale: #6A6A6A. Windows color (decimal): -11963499 or 9794377. OLE color: 9794377.

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

Color convert

RGB 73 115 149 -
CMYK 0.51 0.23 0 0.42
HSL 206.84º 0.34% 0.44% -
HSV(B) 206.84º 0.51% 0.58% -
XYZ 14.3 15.85 30.74 -
YUV 106.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 73 115 149 0.51 0.23 0 0.42 206.84 0.34 0.44
Hex 49 73 95 33 17 0 2A CF 22 2C
Octal 111 163 225 63 27 0 52 317 42 54
Binary 1001001 1110011 10010101 110011 10111 0 101010 11001111 100010 101100

Color Harmonies of #497395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497395

Black with #497395

Text Example


Text Example

White with #497395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497395; }

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

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

background-color css

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

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

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

border-color css

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

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

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