Html Css Color HEX #49657D Wedgewood

📋 copy color: '#49657D'

red 73 ◦ green 101 ◦ blue 125

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

Shades of Wedgewood #49657D

Tints of Wedgewood #49657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.78%

 BLUE value IS 125 (49.22% from 255) = 41.81%

R = 24.41%
G = 33.78%
B = 41.81%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49657D (or 0x49657D) is known color: Wedgewood. HEX triplet: 49, 65 and 7D. RGB value is (73,101,125). Sum of RGB (Red+Green+Blue) = 73+101+125=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 125 - color contains mainly: blue. Hex color #49657D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49657D is #B69A82. Grayscale: #5F5F5F. Windows color (decimal): -11967107 or 8217929. OLE color: 8217929.

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

Color convert

RGB 73 101 125 -
CMYK 0.42 0.19 0 0.51
HSL 207.69º 0.26% 0.39% -
HSV(B) 207.69º 0.42% 0.49% -
XYZ 11.1 12.2 21.17 -
YUV 95.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 73 101 125 0.42 0.19 0 0.51 207.69 0.26 0.39
Hex 49 65 7D 2A 13 0 33 D0 1A 27
Octal 111 145 175 52 23 0 63 320 32 47
Binary 1001001 1100101 1111101 101010 10011 0 110011 11010000 11010 100111

Color Harmonies of #49657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49657D

Black with #49657D

Text Example


Text Example

White with #49657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49657D; }

 p { color: rgb(73,101,125); }

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

background-color css

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

 a { background-color: rgb(73,101,125); }

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

border-color css

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

 span { border-color: rgb(73,101,125); }

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