Html Css Color HEX #49708D Wedgewood

📋 copy color: '#49708D'

red 73 ◦ green 112 ◦ blue 141

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

Shades of Wedgewood #49708D

Tints of Wedgewood #49708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.36%

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

R = 22.39%
G = 34.36%
B = 43.25%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49708D (or 0x49708D) is known color: Wedgewood. HEX triplet: 49, 70 and 8D. RGB value is (73,112,141). Sum of RGB (Red+Green+Blue) = 73+112+141=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #49708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49708D is #B68F72. Grayscale: #676767. Windows color (decimal): -11964275 or 9269321. OLE color: 9269321.

HSL color Cylindrical-coordinate representation of color #49708D: hue angle of 205.59º 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 #49708D is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 112 141 -
CMYK 0.48 0.21 0 0.45
HSL 205.59º 0.32% 0.42% -
HSV(B) 205.59º 0.48% 0.55% -
XYZ 13.35 14.93 27.38 -
YUV 103.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 73 112 141 0.48 0.21 0 0.45 205.59 0.32 0.42
Hex 49 70 8D 30 15 0 2D CE 20 2A
Octal 111 160 215 60 25 0 55 316 40 52
Binary 1001001 1110000 10001101 110000 10101 0 101101 11001110 100000 101010

Color Harmonies of #49708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49708D

Black with #49708D

Text Example


Text Example

White with #49708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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