Html Css Color HEX #497290 Wedgewood

📋 copy color: '#497290'

red 73 ◦ green 114 ◦ blue 144

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

Shades of Wedgewood #497290

Tints of Wedgewood #497290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 22.05%
G = 34.44%
B = 43.5%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#497290 (or 0x497290) is known color: Wedgewood. HEX triplet: 49, 72 and 90. RGB value is (73,114,144). Sum of RGB (Red+Green+Blue) = 73+114+144=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #497290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497290 is #B68D6F. Grayscale: #696969. Windows color (decimal): -11963760 or 9466441. OLE color: 9466441.

HSL color Cylindrical-coordinate representation of color #497290: hue angle of 205.35º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #497290 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 114 144 -
CMYK 0.49 0.21 0 0.44
HSL 205.35º 0.33% 0.43% -
HSV(B) 205.35º 0.49% 0.56% -
XYZ 13.8 15.46 28.64 -
YUV 105.16 149.92 105.06 -
System Red Green Blue C M Y K H S L
Decimal 73 114 144 0.49 0.21 0 0.44 205.35 0.33 0.43
Hex 49 72 90 31 15 0 2C CD 21 2B
Octal 111 162 220 61 25 0 54 315 41 53
Binary 1001001 1110010 10010000 110001 10101 0 101100 11001101 100001 101011

Color Harmonies of #497290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497290

Black with #497290

Text Example


Text Example

White with #497290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497290; }

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

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

background-color css

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

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

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

border-color css

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

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

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