Html Css Color HEX #49708F Wedgewood

📋 copy color: '#49708F'

red 73 ◦ green 112 ◦ blue 143

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

Shades of Wedgewood #49708F

Tints of Wedgewood #49708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.6%

R = 22.26%
G = 34.15%
B = 43.6%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49708F (or 0x49708F) is known color: Wedgewood. HEX triplet: 49, 70 and 8F. RGB value is (73,112,143). Sum of RGB (Red+Green+Blue) = 73+112+143=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 143 - color contains mainly: blue. Hex color #49708F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49708F is #B68F70. Grayscale: #676767. Windows color (decimal): -11964273 or 9400393. OLE color: 9400393.

HSL color Cylindrical-coordinate representation of color #49708F: hue angle of 206.57º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49708F is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 112 143 -
CMYK 0.49 0.22 0 0.44
HSL 206.57º 0.32% 0.42% -
HSV(B) 206.57º 0.49% 0.56% -
XYZ 13.5 14.99 28.17 -
YUV 103.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 73 112 143 0.49 0.22 0 0.44 206.57 0.32 0.42
Hex 49 70 8F 31 16 0 2C CF 20 2A
Octal 111 160 217 61 26 0 54 317 40 52
Binary 1001001 1110000 10001111 110001 10110 0 101100 11001111 100000 101010

Color Harmonies of #49708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49708F

Black with #49708F

Text Example


Text Example

White with #49708F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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