Html Css Color HEX #497089 Wedgewood

📋 copy color: '#497089'

red 73 ◦ green 112 ◦ blue 137

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

Shades of Wedgewood #497089

Tints of Wedgewood #497089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.78%

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

R = 22.67%
G = 34.78%
B = 42.55%

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

#497089 (or 0x497089) is known color: Wedgewood. HEX triplet: 49, 70 and 89. RGB value is (73,112,137). Sum of RGB (Red+Green+Blue) = 73+112+137=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #497089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497089 is #B68F76. Grayscale: #676767. Windows color (decimal): -11964279 or 9007177. OLE color: 9007177.

HSL color Cylindrical-coordinate representation of color #497089: hue angle of 203.44º 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 #497089 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 112 137 -
CMYK 0.47 0.18 0 0.46
HSL 203.44º 0.3% 0.41% -
HSV(B) 203.44º 0.47% 0.54% -
XYZ 13.06 14.81 25.84 -
YUV 103.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 73 112 137 0.47 0.18 0 0.46 203.44 0.3 0.41
Hex 49 70 89 2F 12 0 2E CB 1E 29
Octal 111 160 211 57 22 0 56 313 36 51
Binary 1001001 1110000 10001001 101111 10010 0 101110 11001011 11110 101001

Color Harmonies of #497089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497089

Black with #497089

Text Example


Text Example

White with #497089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497089; }

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

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

background-color css

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

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

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

border-color css

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

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

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