#4E6383

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

Shades of Wedgewood #4E6383

Tints of Wedgewood #4E6383

Color information

#4E6383 (or 0x4E6383) is unknown color: approx Wedgewood. HEX triplet: 4E, 63 and 83. RGB value is (78,99,131). Sum of RGB (Red+Green+Blue) = 78+99+131=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #4E6383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6383 is #B19C7C. Grayscale: #606060. Windows color (decimal): -11639933 or 8610638. OLE color: 8610638.

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

Color convert

RGB7899131-
CMYK0.400.2400.49
HSL216.23º25.36%40.98%-
HSV(B)216.23º40.46%51.37%-
XYZ11.712.1823.21-
YUV96.37147.54114.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.32%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 131 (51.56% from 255) = 42.53%
R=25.32%
G=32.14%
B=42.53%

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
Decimal78991310.400.2400.49216.2325.3640.98
Hex4E63832818031d81929
Octal11614320350300613303151
Binary10011101100011100000111010001100001100011101100011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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