#4E6684

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

Shades of Wedgewood #4E6684

Tints of Wedgewood #4E6684

Color information

#4E6684 (or 0x4E6684) is unknown color: approx Wedgewood. HEX triplet: 4E, 66 and 84. RGB value is (78,102,132). Sum of RGB (Red+Green+Blue) = 78+102+132=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #4E6684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6684 is #B1997B. Grayscale: #626262. Windows color (decimal): -11639164 or 8676942. OLE color: 8676942.

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

Color convert

RGB78102132-
CMYK0.410.2300.48
HSL213.33º25.71%41.18%-
HSV(B)213.33º40.91%51.76%-
XYZ12.0612.7923.66-
YUV98.24147.05113.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25%
GREEN value IS 102 (40.23% from 255) = 32.69%
BLUE value IS 132 (51.95% from 255) = 42.31%
R=25%
G=32.69%
B=42.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal781021320.410.2300.48213.3325.7141.18
Hex4E66842917030d51a29
Octal11614620451270603253251
Binary10011101100110100001001010011011101100001101010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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