Html Css Color HEX #497192 Wedgewood

📋 copy color: '#497192'

red 73 ◦ green 113 ◦ blue 146

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

Shades of Wedgewood #497192

Tints of Wedgewood #497192

RGB

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

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

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

R = 21.99%
G = 34.04%
B = 43.98%

CMYK

 C value IS 0.5

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#497192 (or 0x497192) is known color: Wedgewood. HEX triplet: 49, 71 and 92. RGB value is (73,113,146). Sum of RGB (Red+Green+Blue) = 73+113+146=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #497192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497192 is #B68E6D. Grayscale: #686868. Windows color (decimal): -11964014 or 9597257. OLE color: 9597257.

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

Color convert

RGB 73 113 146 -
CMYK 0.5 0.23 0 0.43
HSL 207.12º 0.33% 0.43% -
HSV(B) 207.12º 0.5% 0.57% -
XYZ 13.84 15.3 29.42 -
YUV 104.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 73 113 146 0.5 0.23 0 0.43 207.12 0.33 0.43
Hex 49 71 92 32 17 0 2B CF 21 2B
Octal 111 161 222 62 27 0 53 317 41 53
Binary 1001001 1110001 10010010 110010 10111 0 101011 11001111 100001 101011

Color Harmonies of #497192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497192

Black with #497192

Text Example


Text Example

White with #497192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497192; }

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

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

background-color css

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

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

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

border-color css

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

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

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