#4D677C

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

Shades of Wedgewood #4D677C

Tints of Wedgewood #4D677C

Color information

#4D677C (or 0x4D677C) is unknown color: approx Wedgewood. HEX triplet: 4D, 67 and 7C. RGB value is (77,103,124). Sum of RGB (Red+Green+Blue) = 77+103+124=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D677C is #B29883. Grayscale: #616161. Windows color (decimal): -11704452 or 8152909. OLE color: 8152909.

HSL color Cylindrical-coordinate representation of color #4D677C: hue angle of 206.81º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D677C is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB77103124-
CMYK0.380.1700.51
HSL206.81º23.38%39.41%-
HSV(B)206.81º37.9%48.63%-
XYZ11.5512.7320.92-
YUV97.62142.89113.29-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.33%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=25.33%
G=33.88%
B=40.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal771031240.380.1700.51206.8123.3839.41
Hex4D677C2611033cf1727
Octal11514717446210633172747
Binary1001101110011111111001001101000101100111100111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,103,124); }

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

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

 a { background-color: rgb(77,103,124); }

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

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

 span { border-color: rgb(77,103,124); }

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