#4E6C84

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

Shades of Wedgewood #4E6C84

Tints of Wedgewood #4E6C84

Color information

#4E6C84 (or 0x4E6C84) is unknown color: approx Wedgewood. HEX triplet: 4E, 6C and 84. RGB value is (78,108,132). Sum of RGB (Red+Green+Blue) = 78+108+132=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #4E6C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6C84 is #B1937B. Grayscale: #656565. Windows color (decimal): -11637628 or 8678478. OLE color: 8678478.

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

Color convert

RGB78108132-
CMYK0.410.1800.48
HSL206.67º25.71%41.18%-
HSV(B)206.67º40.91%51.76%-
XYZ12.6714.0123.87-
YUV101.77145.06111.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.53%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=24.53%
G=33.96%
B=41.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal781081320.410.1800.48206.6725.7141.18
Hex4E6C842912030cf1a29
Octal11615420451220603173251
Binary10011101101100100001001010011001001100001100111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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