Html Css Color HEX #49677F Wedgewood

📋 copy color: '#49677F'

red 73 ◦ green 103 ◦ blue 127

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

Shades of Wedgewood #49677F

Tints of Wedgewood #49677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

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

R = 24.09%
G = 33.99%
B = 41.91%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49677F (or 0x49677F) is known color: Wedgewood. HEX triplet: 49, 67 and 7F. RGB value is (73,103,127). Sum of RGB (Red+Green+Blue) = 73+103+127=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #49677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49677F is #B69880. Grayscale: #606060. Windows color (decimal): -11966593 or 8349513. OLE color: 8349513.

HSL color Cylindrical-coordinate representation of color #49677F: hue angle of 206.67º 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 #49677F is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 103 127 -
CMYK 0.43 0.19 0 0.50
HSL 206.67º 0.27% 0.39% -
HSV(B) 206.67º 0.43% 0.5% -
XYZ 11.43 12.65 21.92 -
YUV 96.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 73 103 127 0.43 0.19 0 0.50 206.67 0.27 0.39
Hex 49 67 7F 2B 13 0 32 CF 1B 27
Octal 111 147 177 53 23 0 62 317 33 47
Binary 1001001 1100111 1111111 101011 10011 0 110010 11001111 11011 100111

Color Harmonies of #49677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49677F

Black with #49677F

Text Example


Text Example

White with #49677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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