Html Css Color HEX #496D89 Wedgewood

📋 copy color: '#496D89'

red 73 ◦ green 109 ◦ blue 137

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

Shades of Wedgewood #496D89

Tints of Wedgewood #496D89

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

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

R = 22.88%
G = 34.17%
B = 42.95%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#496D89 (or 0x496D89) is known color: Wedgewood. HEX triplet: 49, 6D and 89. RGB value is (73,109,137). Sum of RGB (Red+Green+Blue) = 73+109+137=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #496D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496D89 is #B69276. Grayscale: #656565. Windows color (decimal): -11965047 or 9006409. OLE color: 9006409.

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

Color convert

RGB 73 109 137 -
CMYK 0.47 0.20 0 0.46
HSL 206.25º 0.3% 0.41% -
HSV(B) 206.25º 0.47% 0.54% -
XYZ 12.73 14.16 25.73 -
YUV 101.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 73 109 137 0.47 0.20 0 0.46 206.25 0.3 0.41
Hex 49 6D 89 2F 14 0 2E CE 1E 29
Octal 111 155 211 57 24 0 56 316 36 51
Binary 1001001 1101101 10001001 101111 10100 0 101110 11001110 11110 101001

Color Harmonies of #496D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496D89

Black with #496D89

Text Example


Text Example

White with #496D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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