#4E7390

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

Shades of Wedgewood #4E7390

Tints of Wedgewood #4E7390

Color information

#4E7390 (or 0x4E7390) is unknown color: approx Wedgewood. HEX triplet: 4E, 73 and 90. RGB value is (78,115,144). Sum of RGB (Red+Green+Blue) = 78+115+144=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E7390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7390 is #B18C6F. Grayscale: #6B6B6B. Windows color (decimal): -11635824 or 9466702. OLE color: 9466702.

HSL color Cylindrical-coordinate representation of color #4E7390: hue angle of 206.36º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E7390 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB78115144-
CMYK0.460.2000.44
HSL206.36º29.73%43.53%-
HSV(B)206.36º45.83%56.47%-
XYZ14.3115.8928.7-
YUV107.24148.74107.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.15%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 144 (56.64% from 255) = 42.73%
R=23.15%
G=34.12%
B=42.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781151440.460.2000.44206.3629.7343.53
Hex4E73902E1402Cce1e2c
Octal11616322056240543163654
Binary10011101110011100100001011101010001011001100111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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