Html Css Color HEX #497296 Wedgewood

📋 copy color: '#497296'

red 73 ◦ green 114 ◦ blue 150

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

Shades of Wedgewood #497296

Tints of Wedgewood #497296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.51%

R = 21.66%
G = 33.83%
B = 44.51%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#497296 (or 0x497296) is known color: Wedgewood. HEX triplet: 49, 72 and 96. RGB value is (73,114,150). Sum of RGB (Red+Green+Blue) = 73+114+150=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #497296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497296 is #B68D69. Grayscale: #696969. Windows color (decimal): -11963754 or 9859657. OLE color: 9859657.

HSL color Cylindrical-coordinate representation of color #497296: hue angle of 208.05º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #497296 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 114 150 -
CMYK 0.51 0.24 0 0.41
HSL 208.05º 0.35% 0.44% -
HSV(B) 208.05º 0.51% 0.59% -
XYZ 14.27 15.65 31.12 -
YUV 105.85 152.92 104.57 -
System Red Green Blue C M Y K H S L
Decimal 73 114 150 0.51 0.24 0 0.41 208.05 0.35 0.44
Hex 49 72 96 33 18 0 29 D0 23 2C
Octal 111 162 226 63 30 0 51 320 43 54
Binary 1001001 1110010 10010110 110011 11000 0 101001 11010000 100011 101100

Color Harmonies of #497296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497296

Black with #497296

Text Example


Text Example

White with #497296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497296; }

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

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

background-color css

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

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

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

border-color css

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

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

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