Html Css Color HEX #49728D Wedgewood

📋 copy color: '#49728D'

red 73 ◦ green 114 ◦ blue 141

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

Shades of Wedgewood #49728D

Tints of Wedgewood #49728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.76%

 BLUE value IS 141 (55.47% from 255) = 42.99%

R = 22.26%
G = 34.76%
B = 42.99%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49728D (or 0x49728D) is known color: Wedgewood. HEX triplet: 49, 72 and 8D. RGB value is (73,114,141). Sum of RGB (Red+Green+Blue) = 73+114+141=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #49728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49728D is #B68D72. Grayscale: #686868. Windows color (decimal): -11963763 or 9269833. OLE color: 9269833.

HSL color Cylindrical-coordinate representation of color #49728D: hue angle of 203.82º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49728D is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 114 141 -
CMYK 0.48 0.19 0 0.45
HSL 203.82º 0.32% 0.42% -
HSV(B) 203.82º 0.48% 0.55% -
XYZ 13.57 15.37 27.45 -
YUV 104.82 148.42 105.3 -
System Red Green Blue C M Y K H S L
Decimal 73 114 141 0.48 0.19 0 0.45 203.82 0.32 0.42
Hex 49 72 8D 30 13 0 2D CC 20 2A
Octal 111 162 215 60 23 0 55 314 40 52
Binary 1001001 1110010 10001101 110000 10011 0 101101 11001100 100000 101010

Color Harmonies of #49728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49728D

Black with #49728D

Text Example


Text Example

White with #49728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,114,141); }

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

background-color css

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

 a { background-color: rgb(73,114,141); }

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

border-color css

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

 span { border-color: rgb(73,114,141); }

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