#4E6A84

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

Shades of Wedgewood #4E6A84

Tints of Wedgewood #4E6A84

Color information

#4E6A84 (or 0x4E6A84) is unknown color: approx Wedgewood. HEX triplet: 4E, 6A and 84. RGB value is (78,106,132). Sum of RGB (Red+Green+Blue) = 78+106+132=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #4E6A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6A84 is #B1957B. Grayscale: #646464. Windows color (decimal): -11638140 or 8677966. OLE color: 8677966.

HSL color Cylindrical-coordinate representation of color #4E6A84: hue angle of 208.89º 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 #4E6A84 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB78106132-
CMYK0.410.2000.48
HSL208.89º25.71%41.18%-
HSV(B)208.89º40.91%51.76%-
XYZ12.4613.5923.8-
YUV100.59145.72111.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.68%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=24.68%
G=33.54%
B=41.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal781061320.410.2000.48208.8925.7141.18
Hex4E6A842914030d11a29
Octal11615220451240603213251
Binary10011101101010100001001010011010001100001101000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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