Html Css Color HEX #49637A Wedgewood

📋 copy color: '#49637A'

red 73 ◦ green 99 ◦ blue 122

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

Shades of Wedgewood #49637A

Tints of Wedgewood #49637A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.67%

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

R = 24.83%
G = 33.67%
B = 41.5%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49637A (or 0x49637A) is known color: Wedgewood. HEX triplet: 49, 63 and 7A. RGB value is (73,99,122). Sum of RGB (Red+Green+Blue) = 73+99+122=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #49637A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49637A is #B69C85. Grayscale: #5D5D5D. Windows color (decimal): -11967622 or 8020809. OLE color: 8020809.

HSL color Cylindrical-coordinate representation of color #49637A: hue angle of 208.16º 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 #49637A is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 99 122 -
CMYK 0.40 0.19 0 0.52
HSL 208.16º 0.25% 0.38% -
HSV(B) 208.16º 0.4% 0.48% -
XYZ 10.72 11.75 20.11 -
YUV 93.85 143.89 113.13 -
System Red Green Blue C M Y K H S L
Decimal 73 99 122 0.40 0.19 0 0.52 208.16 0.25 0.38
Hex 49 63 7A 28 13 0 34 D0 19 26
Octal 111 143 172 50 23 0 64 320 31 46
Binary 1001001 1100011 1111010 101000 10011 0 110100 11010000 11001 100110

Color Harmonies of #49637A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49637A

Black with #49637A

Text Example


Text Example

White with #49637A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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