#4E7190

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

Shades of Wedgewood #4E7190

Tints of Wedgewood #4E7190

Color information

#4E7190 (or 0x4E7190) is unknown color: approx Wedgewood. HEX triplet: 4E, 71 and 90. RGB value is (78,113,144). Sum of RGB (Red+Green+Blue) = 78+113+144=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E7190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7190 is #B18E6F. Grayscale: #696969. Windows color (decimal): -11636336 or 9466190. OLE color: 9466190.

HSL color Cylindrical-coordinate representation of color #4E7190: hue angle of 208.18º 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 #4E7190 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB78113144-
CMYK0.460.2200.44
HSL208.18º29.73%43.53%-
HSV(B)208.18º45.83%56.47%-
XYZ14.0815.4428.62-
YUV106.07149.4107.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.28%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=23.28%
G=33.73%
B=42.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781131440.460.2200.44208.1829.7343.53
Hex4E71902E1602Cd01e2c
Octal11616122056260543203654
Binary10011101110001100100001011101011001011001101000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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