#4D697F

Color #4D697F Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #4D697F

Tints of Wedgewood #4D697F

Color information

#4D697F (or 0x4D697F) is unknown color: approx Wedgewood. HEX triplet: 4D, 69 and 7F. RGB value is (77,105,127). Sum of RGB (Red+Green+Blue) = 77+105+127=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D697F is #B29680. Grayscale: #636363. Windows color (decimal): -11703937 or 8350029. OLE color: 8350029.

HSL color Cylindrical-coordinate representation of color #4D697F: hue angle of 206.4º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D697F is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB77105127-
CMYK0.390.1700.50
HSL206.4º24.51%40%-
HSV(B)206.4º39.37%49.8%-
XYZ11.9413.2122-
YUV99.14143.72112.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.92%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 127 (50% from 255) = 41.10%
R=24.92%
G=33.98%
B=41.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal771051270.390.1700.50206.424.5140
Hex4D697F2711032ce1928
Octal11515117747210623163150
Binary1001101110100111111111001111000101100101100111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D697F; }

 p { color: rgb(77,105,127); }

 H1.HeaderClassName
 {
   color: #4D697F;
 }
 .AnyTagClassName
 {
   color: #4D697F;
 }
</style>
background-color css

<style>
 a { background-color: #4D697F; }

 a { background-color: rgb(77,105,127); }

 div.DivClassName
 {
   background-color: #4D697F;
 }
 .BgClassName
 {
   background-color: #4D697F;
 }
</style>
border-color css

<style>
 span { border-color: #4D697F; }

 span { border-color: rgb(77,105,127); }

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