#4E6884

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

Shades of Wedgewood #4E6884

Tints of Wedgewood #4E6884

Color information

#4E6884 (or 0x4E6884) is unknown color: approx Wedgewood. HEX triplet: 4E, 68 and 84. RGB value is (78,104,132). Sum of RGB (Red+Green+Blue) = 78+104+132=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #4E6884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6884 is #B1977B. Grayscale: #636363. Windows color (decimal): -11638652 or 8677454. OLE color: 8677454.

HSL color Cylindrical-coordinate representation of color #4E6884: hue angle of 211.11º 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 #4E6884 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB78104132-
CMYK0.410.2100.48
HSL211.11º25.71%41.18%-
HSV(B)211.11º40.91%51.76%-
XYZ12.2613.1923.73-
YUV99.42146.39112.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.84%
GREEN value IS 104 (41.02% from 255) = 33.12%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=24.84%
G=33.12%
B=42.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal781041320.410.2100.48211.1125.7141.18
Hex4E68842915030d31a29
Octal11615020451250603233251
Binary10011101101000100001001010011010101100001101001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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