#4E7392

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

Shades of Wedgewood #4E7392

Tints of Wedgewood #4E7392

Color information

#4E7392 (or 0x4E7392) is unknown color: approx Wedgewood. HEX triplet: 4E, 73 and 92. RGB value is (78,115,146). Sum of RGB (Red+Green+Blue) = 78+115+146=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E7392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7392 is #B18C6D. Grayscale: #6B6B6B. Windows color (decimal): -11635822 or 9597774. OLE color: 9597774.

HSL color Cylindrical-coordinate representation of color #4E7392: hue angle of 207.35º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E7392 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB78115146-
CMYK0.470.2100.43
HSL207.35º30.36%43.92%-
HSV(B)207.35º46.58%57.25%-
XYZ14.4615.9629.51-
YUV107.47149.74106.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.01%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=23.01%
G=33.92%
B=43.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal781151460.470.2100.43207.3530.3643.92
Hex4E73922F1502Bcf1e2c
Octal11616322257250533173654
Binary10011101110011100100101011111010101010111100111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,115,146); }

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

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

 a { background-color: rgb(78,115,146); }

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

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

 span { border-color: rgb(78,115,146); }

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