#4E6882

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

Shades of Wedgewood #4E6882

Tints of Wedgewood #4E6882

Color information

#4E6882 (or 0x4E6882) is unknown color: approx Wedgewood. HEX triplet: 4E, 68 and 82. RGB value is (78,104,130). Sum of RGB (Red+Green+Blue) = 78+104+130=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E6882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6882 is #B1977D. Grayscale: #636363. Windows color (decimal): -11638654 or 8546382. OLE color: 8546382.

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

Color convert

RGB78104130-
CMYK0.400.200.49
HSL210º25%40.78%-
HSV(B)210º40%50.98%-
XYZ12.1213.1323.01-
YUV99.19145.39112.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=25%
G=33.33%
B=41.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal781041300.400.200.492102540.78
Hex4E68822814031d21929
Octal11615020250240613223151
Binary10011101101000100000101010001010001100011101001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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