Html Css Color HEX #49708E Wedgewood

📋 copy color: '#49708E'

red 73 ◦ green 112 ◦ blue 142

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

Shades of Wedgewood #49708E

Tints of Wedgewood #49708E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.43%

R = 22.32%
G = 34.25%
B = 43.43%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49708E (or 0x49708E) is known color: Wedgewood. HEX triplet: 49, 70 and 8E. RGB value is (73,112,142). Sum of RGB (Red+Green+Blue) = 73+112+142=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #49708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49708E is #B68F71. Grayscale: #676767. Windows color (decimal): -11964274 or 9334857. OLE color: 9334857.

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

Color convert

RGB 73 112 142 -
CMYK 0.49 0.21 0 0.44
HSL 206.09º 0.32% 0.42% -
HSV(B) 206.09º 0.49% 0.56% -
XYZ 13.42 14.96 27.77 -
YUV 103.76 149.58 106.06 -
System Red Green Blue C M Y K H S L
Decimal 73 112 142 0.49 0.21 0 0.44 206.09 0.32 0.42
Hex 49 70 8E 31 15 0 2C CE 20 2A
Octal 111 160 216 61 25 0 54 316 40 52
Binary 1001001 1110000 10001110 110001 10101 0 101100 11001110 100000 101010

Color Harmonies of #49708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49708E

Black with #49708E

Text Example


Text Example

White with #49708E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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