#4E6E81

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

Shades of Wedgewood #4E6E81

Tints of Wedgewood #4E6E81

Color information

#4E6E81 (or 0x4E6E81) is unknown color: approx Wedgewood. HEX triplet: 4E, 6E and 81. RGB value is (78,110,129). Sum of RGB (Red+Green+Blue) = 78+110+129=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #4E6E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6E81 is #B1917E. Grayscale: #666666. Windows color (decimal): -11637119 or 8482382. OLE color: 8482382.

HSL color Cylindrical-coordinate representation of color #4E6E81: hue angle of 202.35º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E6E81 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB78110129-
CMYK0.400.1500.49
HSL202.35º24.64%40.59%-
HSV(B)202.35º39.53%50.59%-
XYZ12.6814.3622.87-
YUV102.6142.9110.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.61%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=24.61%
G=34.70%
B=40.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal781101290.400.1500.49202.3524.6440.59
Hex4E6E8128F031ca1929
Octal11615620150170613123151
Binary1001110110111010000001101000111101100011100101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,110,129); }

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

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

 a { background-color: rgb(78,110,129); }

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

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

 span { border-color: rgb(78,110,129); }

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