Html Css Color HEX #49708C Wedgewood

📋 copy color: '#49708C'

red 73 ◦ green 112 ◦ blue 140

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

Shades of Wedgewood #49708C

Tints of Wedgewood #49708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.08%

R = 22.46%
G = 34.46%
B = 43.08%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49708C (or 0x49708C) is known color: Wedgewood. HEX triplet: 49, 70 and 8C. RGB value is (73,112,140). Sum of RGB (Red+Green+Blue) = 73+112+140=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #49708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49708C is #B68F73. Grayscale: #676767. Windows color (decimal): -11964276 or 9203785. OLE color: 9203785.

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

Color convert

RGB 73 112 140 -
CMYK 0.48 0.20 0 0.45
HSL 205.07º 0.31% 0.42% -
HSV(B) 205.07º 0.48% 0.55% -
XYZ 13.28 14.9 26.99 -
YUV 103.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 73 112 140 0.48 0.20 0 0.45 205.07 0.31 0.42
Hex 49 70 8C 30 14 0 2D CD 1F 2A
Octal 111 160 214 60 24 0 55 315 37 52
Binary 1001001 1110000 10001100 110000 10100 0 101101 11001101 11111 101010

Color Harmonies of #49708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49708C

Black with #49708C

Text Example


Text Example

White with #49708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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