#4E6A8E

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

Shades of Wedgewood #4E6A8E

Tints of Wedgewood #4E6A8E

Color information

#4E6A8E (or 0x4E6A8E) is unknown color: approx Wedgewood. HEX triplet: 4E, 6A and 8E. RGB value is (78,106,142). Sum of RGB (Red+Green+Blue) = 78+106+142=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E6A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6A8E is #B19571. Grayscale: #656565. Windows color (decimal): -11638130 or 9333326. OLE color: 9333326.

HSL color Cylindrical-coordinate representation of color #4E6A8E: hue angle of 213.75º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E6A8E is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB78106142-
CMYK0.450.2500.44
HSL213.75º29.09%43.14%-
HSV(B)213.75º45.07%55.69%-
XYZ13.1813.8827.58-
YUV101.73150.72111.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.93%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 142 (55.86% from 255) = 43.56%
R=23.93%
G=32.52%
B=43.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781061420.450.2500.44213.7529.0943.14
Hex4E6A8E2D1902Cd61d2b
Octal11615221655310543263553
Binary10011101101010100011101011011100101011001101011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,106,142); }

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

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

 a { background-color: rgb(78,106,142); }

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

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

 span { border-color: rgb(78,106,142); }

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