#4E7293

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

Shades of Wedgewood #4E7293

Tints of Wedgewood #4E7293

Color information

#4E7293 (or 0x4E7293) is unknown color: approx Wedgewood. HEX triplet: 4E, 72 and 93. RGB value is (78,114,147). Sum of RGB (Red+Green+Blue) = 78+114+147=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #4E7293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7293 is #B18D6C. Grayscale: #6A6A6A. Windows color (decimal): -11636077 or 9663054. OLE color: 9663054.

HSL color Cylindrical-coordinate representation of color #4E7293: hue angle of 208.7º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E7293 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB78114147-
CMYK0.470.2200.42
HSL208.7º30.67%44.12%-
HSV(B)208.7º46.94%57.65%-
XYZ14.4315.7629.89-
YUV107150.57107.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.01%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 147 (57.81% from 255) = 43.36%
R=23.01%
G=33.63%
B=43.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781141470.470.2200.42208.730.6744.12
Hex4E72932F1602Ad11f2c
Octal11616222357260523213754
Binary10011101110010100100111011111011001010101101000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,114,147); }

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

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

 a { background-color: rgb(78,114,147); }

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

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

 span { border-color: rgb(78,114,147); }

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