Html Css Color HEX #497190 Wedgewood

📋 copy color: '#497190'

red 73 ◦ green 113 ◦ blue 144

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

Shades of Wedgewood #497190

Tints of Wedgewood #497190

RGB

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

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

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

R = 22.12%
G = 34.24%
B = 43.64%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#497190 (or 0x497190) is known color: Wedgewood. HEX triplet: 49, 71 and 90. RGB value is (73,113,144). Sum of RGB (Red+Green+Blue) = 73+113+144=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #497190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497190 is #B68E6F. Grayscale: #686868. Windows color (decimal): -11964016 or 9466185. OLE color: 9466185.

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

Color convert

RGB 73 113 144 -
CMYK 0.49 0.22 0 0.44
HSL 206.2º 0.33% 0.43% -
HSV(B) 206.2º 0.49% 0.56% -
XYZ 13.69 15.24 28.61 -
YUV 104.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 73 113 144 0.49 0.22 0 0.44 206.2 0.33 0.43
Hex 49 71 90 31 16 0 2C CE 21 2B
Octal 111 161 220 61 26 0 54 316 41 53
Binary 1001001 1110001 10010000 110001 10110 0 101100 11001110 100001 101011

Color Harmonies of #497190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497190

Black with #497190

Text Example


Text Example

White with #497190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497190; }

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

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

background-color css

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

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

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

border-color css

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

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

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