#4E6D84

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

Shades of Wedgewood #4E6D84

Tints of Wedgewood #4E6D84

Color information

#4E6D84 (or 0x4E6D84) is unknown color: approx Wedgewood. HEX triplet: 4E, 6D and 84. RGB value is (78,109,132). Sum of RGB (Red+Green+Blue) = 78+109+132=319 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.45% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #4E6D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6D84 is #B1927B. Grayscale: #666666. Windows color (decimal): -11637372 or 8678734. OLE color: 8678734.

HSL color Cylindrical-coordinate representation of color #4E6D84: hue angle of 205.56º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E6D84 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB78109132-
CMYK0.410.1700.48
HSL205.56º25.71%41.18%-
HSV(B)205.56º40.91%51.76%-
XYZ12.7814.2223.9-
YUV102.35144.73110.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.45%
GREEN value IS 109 (42.97% from 255) = 34.17%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=24.45%
G=34.17%
B=41.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal781091320.410.1700.48205.5625.7141.18
Hex4E6D842911030ce1a29
Octal11615520451210603163251
Binary10011101101101100001001010011000101100001100111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,109,132); }

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

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

 a { background-color: rgb(78,109,132); }

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

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

 span { border-color: rgb(78,109,132); }

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