#4E6980

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

Shades of Wedgewood #4E6980

Tints of Wedgewood #4E6980

Color information

#4E6980 (or 0x4E6980) is unknown color: approx Wedgewood. HEX triplet: 4E, 69 and 80. RGB value is (78,105,128). Sum of RGB (Red+Green+Blue) = 78+105+128=311 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.08% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #4E6980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6980 is #B1967F. Grayscale: #636363. Windows color (decimal): -11638400 or 8415566. OLE color: 8415566.

HSL color Cylindrical-coordinate representation of color #4E6980: hue angle of 207.6º degrees, saturation: 0.24, 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 #4E6980 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB78105128-
CMYK0.390.1800.50
HSL207.6º24.27%40.39%-
HSV(B)207.6º39.06%50.2%-
XYZ12.0913.2822.35-
YUV99.55144.05112.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.08%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=25.08%
G=33.76%
B=41.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal781051280.390.1800.50207.624.2740.39
Hex4E69802712032d01828
Octal11615120047220623203050
Binary10011101101001100000001001111001001100101101000011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,105,128); }

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

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

 a { background-color: rgb(78,105,128); }

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

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

 span { border-color: rgb(78,105,128); }

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