Html Css Color HEX #49647C Wedgewood

📋 copy color: '#49647C'

red 73 ◦ green 100 ◦ blue 124

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

Shades of Wedgewood #49647C

Tints of Wedgewood #49647C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.75%

R = 24.58%
G = 33.67%
B = 41.75%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49647C (or 0x49647C) is known color: Wedgewood. HEX triplet: 49, 64 and 7C. RGB value is (73,100,124). Sum of RGB (Red+Green+Blue) = 73+100+124=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #49647C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49647C is #B69B83. Grayscale: #5E5E5E. Windows color (decimal): -11967364 or 8152137. OLE color: 8152137.

HSL color Cylindrical-coordinate representation of color #49647C: hue angle of 208.24º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49647C is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 100 124 -
CMYK 0.41 0.19 0 0.51
HSL 208.24º 0.26% 0.39% -
HSV(B) 208.24º 0.41% 0.49% -
XYZ 10.94 11.99 20.81 -
YUV 94.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 73 100 124 0.41 0.19 0 0.51 208.24 0.26 0.39
Hex 49 64 7C 29 13 0 33 D0 1A 27
Octal 111 144 174 51 23 0 63 320 32 47
Binary 1001001 1100100 1111100 101001 10011 0 110011 11010000 11010 100111

Color Harmonies of #49647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49647C

Black with #49647C

Text Example


Text Example

White with #49647C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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