Html Css Color HEX #497189 Wedgewood

📋 copy color: '#497189'

red 73 ◦ green 113 ◦ blue 137

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

Shades of Wedgewood #497189

Tints of Wedgewood #497189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.41%

R = 22.6%
G = 34.98%
B = 42.41%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#497189 (or 0x497189) is known color: Wedgewood. HEX triplet: 49, 71 and 89. RGB value is (73,113,137). Sum of RGB (Red+Green+Blue) = 73+113+137=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #497189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497189 is #B68E76. Grayscale: #676767. Windows color (decimal): -11964023 or 9007433. OLE color: 9007433.

HSL color Cylindrical-coordinate representation of color #497189: hue angle of 202.5º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #497189 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 113 137 -
CMYK 0.47 0.18 0 0.46
HSL 202.5º 0.3% 0.41% -
HSV(B) 202.5º 0.47% 0.54% -
XYZ 13.17 15.03 25.87 -
YUV 103.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 73 113 137 0.47 0.18 0 0.46 202.5 0.3 0.41
Hex 49 71 89 2F 12 0 2E CA 1E 29
Octal 111 161 211 57 22 0 56 312 36 51
Binary 1001001 1110001 10001001 101111 10010 0 101110 11001010 11110 101001

Color Harmonies of #497189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497189

Black with #497189

Text Example


Text Example

White with #497189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497189; }

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

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

background-color css

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

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

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

border-color css

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

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

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