#4E6483

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

Shades of Wedgewood #4E6483

Tints of Wedgewood #4E6483

Color information

#4E6483 (or 0x4E6483) is unknown color: approx Wedgewood. HEX triplet: 4E, 64 and 83. RGB value is (78,100,131). Sum of RGB (Red+Green+Blue) = 78+100+131=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #4E6483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6483 is #B19B7C. Grayscale: #606060. Windows color (decimal): -11639677 or 8610894. OLE color: 8610894.

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

Color convert

RGB78100131-
CMYK0.400.2400.49
HSL215.09º25.36%40.98%-
HSV(B)215.09º40.46%51.37%-
XYZ11.812.3723.24-
YUV96.96147.21114.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.24%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 131 (51.56% from 255) = 42.39%
R=25.24%
G=32.36%
B=42.39%

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
Decimal781001310.400.2400.49215.0925.3640.98
Hex4E64832818031d71929
Octal11614420350300613273151
Binary10011101100100100000111010001100001100011101011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,100,131); }

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

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

 a { background-color: rgb(78,100,131); }

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

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

 span { border-color: rgb(78,100,131); }

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