#4D6280

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

Shades of Wedgewood #4D6280

Tints of Wedgewood #4D6280

Color information

#4D6280 (or 0x4D6280) is unknown color: approx Wedgewood. HEX triplet: 4D, 62 and 80. RGB value is (77,98,128). Sum of RGB (Red+Green+Blue) = 77+98+128=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #4D6280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6280 is #B29D7F. Grayscale: #5F5F5F. Windows color (decimal): -11705728 or 8413773. OLE color: 8413773.

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

Color convert

RGB7798128-
CMYK0.400.2300.50
HSL215.29º24.88%40.2%-
HSV(B)215.29º39.84%50.2%-
XYZ11.3211.8722.12-
YUV95.14146.54115.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.41%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 128 (50.39% from 255) = 42.24%
R=25.41%
G=32.34%
B=42.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal77981280.400.2300.50215.2924.8840.2
Hex4D62802817032d71928
Octal11514220050270623273150
Binary10011011100010100000001010001011101100101101011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,98,128); }

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

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

 a { background-color: rgb(77,98,128); }

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

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

 span { border-color: rgb(77,98,128); }

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