Html Css Color HEX #49647A Wedgewood

📋 copy color: '#49647A'

red 73 ◦ green 100 ◦ blue 122

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

Shades of Wedgewood #49647A

Tints of Wedgewood #49647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.9%

 BLUE value IS 122 (48.05% from 255) = 41.36%

R = 24.75%
G = 33.9%
B = 41.36%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49647A (or 0x49647A) is known color: Wedgewood. HEX triplet: 49, 64 and 7A. RGB value is (73,100,122). Sum of RGB (Red+Green+Blue) = 73+100+122=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #49647A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49647A is #B69B85. Grayscale: #5E5E5E. Windows color (decimal): -11967366 or 8021065. OLE color: 8021065.

HSL color Cylindrical-coordinate representation of color #49647A: hue angle of 206.94º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49647A is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 100 122 -
CMYK 0.40 0.18 0 0.52
HSL 206.94º 0.25% 0.38% -
HSV(B) 206.94º 0.4% 0.48% -
XYZ 10.82 11.94 20.15 -
YUV 94.44 143.55 112.71 -
System Red Green Blue C M Y K H S L
Decimal 73 100 122 0.40 0.18 0 0.52 206.94 0.25 0.38
Hex 49 64 7A 28 12 0 34 CF 19 26
Octal 111 144 172 50 22 0 64 317 31 46
Binary 1001001 1100100 1111010 101000 10010 0 110100 11001111 11001 100110

Color Harmonies of #49647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49647A

Black with #49647A

Text Example


Text Example

White with #49647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49647A; }

 p { color: rgb(73,100,122); }

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

background-color css

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

 a { background-color: rgb(73,100,122); }

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

border-color css

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

 span { border-color: rgb(73,100,122); }

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