Html Css Color HEX #497292 Wedgewood

📋 copy color: '#497292'

red 73 ◦ green 114 ◦ blue 146

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

Shades of Wedgewood #497292

Tints of Wedgewood #497292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.23%

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

R = 21.92%
G = 34.23%
B = 43.84%

CMYK

 C value IS 0.5

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#497292 (or 0x497292) is known color: Wedgewood. HEX triplet: 49, 72 and 92. RGB value is (73,114,146). Sum of RGB (Red+Green+Blue) = 73+114+146=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #497292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497292 is #B68D6D. Grayscale: #696969. Windows color (decimal): -11963758 or 9597513. OLE color: 9597513.

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

Color convert

RGB 73 114 146 -
CMYK 0.5 0.22 0 0.43
HSL 206.3º 0.33% 0.43% -
HSV(B) 206.3º 0.5% 0.57% -
XYZ 13.95 15.53 29.46 -
YUV 105.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 73 114 146 0.5 0.22 0 0.43 206.3 0.33 0.43
Hex 49 72 92 32 16 0 2B CE 21 2B
Octal 111 162 222 62 26 0 53 316 41 53
Binary 1001001 1110010 10010010 110010 10110 0 101011 11001110 100001 101011

Color Harmonies of #497292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497292

Black with #497292

Text Example


Text Example

White with #497292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497292; }

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

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

background-color css

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

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

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

border-color css

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

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

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