#4E728E

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

Shades of Wedgewood #4E728E

Tints of Wedgewood #4E728E

Color information

#4E728E (or 0x4E728E) is unknown color: approx Wedgewood. HEX triplet: 4E, 72 and 8E. RGB value is (78,114,142). Sum of RGB (Red+Green+Blue) = 78+114+142=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E728E is #B18D71. Grayscale: #6A6A6A. Windows color (decimal): -11636082 or 9335374. OLE color: 9335374.

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

Color convert

RGB78114142-
CMYK0.450.2000.44
HSL206.25º29.09%43.14%-
HSV(B)206.25º45.07%55.69%-
XYZ14.0415.6127.86-
YUV106.43148.07107.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.35%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 142 (55.86% from 255) = 42.51%
R=23.35%
G=34.13%
B=42.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781141420.450.2000.44206.2529.0943.14
Hex4E728E2D1402Cce1d2b
Octal11616221655240543163553
Binary10011101110010100011101011011010001011001100111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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