Html Css Color HEX #497293 Wedgewood

📋 copy color: '#497293'

red 73 ◦ green 114 ◦ blue 147

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

Shades of Wedgewood #497293

Tints of Wedgewood #497293

RGB

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

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

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

R = 21.86%
G = 34.13%
B = 44.01%

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

#497293 (or 0x497293) is known color: Wedgewood. HEX triplet: 49, 72 and 93. RGB value is (73,114,147). Sum of RGB (Red+Green+Blue) = 73+114+147=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #497293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497293 is #B68D6C. Grayscale: #696969. Windows color (decimal): -11963757 or 9663049. OLE color: 9663049.

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

Color convert

RGB 73 114 147 -
CMYK 0.50 0.22 0 0.42
HSL 206.76º 0.34% 0.43% -
HSV(B) 206.76º 0.5% 0.58% -
XYZ 14.03 15.56 29.87 -
YUV 105.5 151.42 104.82 -
System Red Green Blue C M Y K H S L
Decimal 73 114 147 0.50 0.22 0 0.42 206.76 0.34 0.43
Hex 49 72 93 32 16 0 2A CF 22 2B
Octal 111 162 223 62 26 0 52 317 42 53
Binary 1001001 1110010 10010011 110010 10110 0 101010 11001111 100010 101011

Color Harmonies of #497293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497293

Black with #497293

Text Example


Text Example

White with #497293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497293; }

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

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

background-color css

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

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

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

border-color css

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

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

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