Html Css Color HEX #49687F Wedgewood

📋 copy color: '#49687F'

red 73 ◦ green 104 ◦ blue 127

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

Shades of Wedgewood #49687F

Tints of Wedgewood #49687F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.21%

 BLUE value IS 127 (50% from 255) = 41.78%

R = 24.01%
G = 34.21%
B = 41.78%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49687F (or 0x49687F) is known color: Wedgewood. HEX triplet: 49, 68 and 7F. RGB value is (73,104,127). Sum of RGB (Red+Green+Blue) = 73+104+127=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #49687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49687F is #B69780. Grayscale: #616161. Windows color (decimal): -11966337 or 8349769. OLE color: 8349769.

HSL color Cylindrical-coordinate representation of color #49687F: hue angle of 205.56º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49687F is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 104 127 -
CMYK 0.43 0.18 0 0.50
HSL 205.56º 0.27% 0.39% -
HSV(B) 205.56º 0.43% 0.5% -
XYZ 11.53 12.85 21.95 -
YUV 97.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 73 104 127 0.43 0.18 0 0.50 205.56 0.27 0.39
Hex 49 68 7F 2B 12 0 32 CE 1B 27
Octal 111 150 177 53 22 0 62 316 33 47
Binary 1001001 1101000 1111111 101011 10010 0 110010 11001110 11011 100111

Color Harmonies of #49687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49687F

Black with #49687F

Text Example


Text Example

White with #49687F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,104,127); }

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

background-color css

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

 a { background-color: rgb(73,104,127); }

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

border-color css

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

 span { border-color: rgb(73,104,127); }

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