#4E6384

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

Shades of Wedgewood #4E6384

Tints of Wedgewood #4E6384

Color information

#4E6384 (or 0x4E6384) is unknown color: approx Wedgewood. HEX triplet: 4E, 63 and 84. RGB value is (78,99,132). Sum of RGB (Red+Green+Blue) = 78+99+132=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #4E6384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6384 is #B19C7B. Grayscale: #606060. Windows color (decimal): -11639932 or 8676174. OLE color: 8676174.

HSL color Cylindrical-coordinate representation of color #4E6384: hue angle of 216.67º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E6384 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7899132-
CMYK0.410.2500.48
HSL216.67º25.71%41.18%-
HSV(B)216.67º40.91%51.76%-
XYZ11.7712.2123.57-
YUV96.48148.04114.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.24%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=25.24%
G=32.04%
B=42.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78991320.410.2500.48216.6725.7141.18
Hex4E63842919030d91a29
Octal11614320451310603313251
Binary10011101100011100001001010011100101100001101100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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