Html Css Color HEX #497295 Wedgewood

📋 copy color: '#497295'

red 73 ◦ green 114 ◦ blue 149

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

Shades of Wedgewood #497295

Tints of Wedgewood #497295

RGB

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

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

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

R = 21.73%
G = 33.93%
B = 44.35%

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

#497295 (or 0x497295) is known color: Wedgewood. HEX triplet: 49, 72 and 95. RGB value is (73,114,149). Sum of RGB (Red+Green+Blue) = 73+114+149=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #497295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497295 is #B68D6A. Grayscale: #696969. Windows color (decimal): -11963755 or 9794121. OLE color: 9794121.

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

Color convert

RGB 73 114 149 -
CMYK 0.51 0.23 0 0.42
HSL 207.63º 0.34% 0.44% -
HSV(B) 207.63º 0.51% 0.58% -
XYZ 14.19 15.62 30.7 -
YUV 105.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 73 114 149 0.51 0.23 0 0.42 207.63 0.34 0.44
Hex 49 72 95 33 17 0 2A D0 22 2C
Octal 111 162 225 63 27 0 52 320 42 54
Binary 1001001 1110010 10010101 110011 10111 0 101010 11010000 100010 101100

Color Harmonies of #497295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497295

Black with #497295

Text Example


Text Example

White with #497295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497295; }

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

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

background-color css

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

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

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

border-color css

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

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

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