#4E6682

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

Shades of Wedgewood #4E6682

Tints of Wedgewood #4E6682

Color information

#4E6682 (or 0x4E6682) is unknown color: approx Wedgewood. HEX triplet: 4E, 66 and 82. RGB value is (78,102,130). Sum of RGB (Red+Green+Blue) = 78+102+130=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E6682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6682 is #B1997D. Grayscale: #616161. Windows color (decimal): -11639166 or 8545870. OLE color: 8545870.

HSL color Cylindrical-coordinate representation of color #4E6682: hue angle of 212.31º 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 #4E6682 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB78102130-
CMYK0.400.2200.49
HSL212.31º25%40.78%-
HSV(B)212.31º40%50.98%-
XYZ11.9212.7322.95-
YUV98.02146.05113.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.16%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 130 (51.17% from 255) = 41.94%
R=25.16%
G=32.90%
B=41.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal781021300.400.2200.49212.312540.78
Hex4E66822816031d41929
Octal11614620250260613243151
Binary10011101100110100000101010001011001100011101010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,102,130); }

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

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

 a { background-color: rgb(78,102,130); }

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

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

 span { border-color: rgb(78,102,130); }

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