#4E6382

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

Shades of Wedgewood #4E6382

Tints of Wedgewood #4E6382

Color information

#4E6382 (or 0x4E6382) is unknown color: approx Wedgewood. HEX triplet: 4E, 63 and 82. RGB value is (78,99,130). Sum of RGB (Red+Green+Blue) = 78+99+130=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E6382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6382 is #B19C7D. Grayscale: #606060. Windows color (decimal): -11639934 or 8545102. OLE color: 8545102.

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

Color convert

RGB7899130-
CMYK0.400.2400.49
HSL215.77º25%40.78%-
HSV(B)215.77º40%50.98%-
XYZ11.6312.1622.85-
YUV96.26147.04114.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.41%
GREEN value IS 99 (39.06% from 255) = 32.25%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=25.41%
G=32.25%
B=42.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78991300.400.2400.49215.772540.78
Hex4E63822818031d81929
Octal11614320250300613303151
Binary10011101100011100000101010001100001100011101100011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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