#4E748E

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

Shades of Wedgewood #4E748E

Tints of Wedgewood #4E748E

Color information

#4E748E (or 0x4E748E) is unknown color: approx Wedgewood. HEX triplet: 4E, 74 and 8E. RGB value is (78,116,142). Sum of RGB (Red+Green+Blue) = 78+116+142=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E748E is #B18B71. Grayscale: #6B6B6B. Windows color (decimal): -11635570 or 9335886. OLE color: 9335886.

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

Color convert

RGB78116142-
CMYK0.450.1800.44
HSL204.38º29.09%43.14%-
HSV(B)204.38º45.07%55.69%-
XYZ14.2716.0627.94-
YUV107.6147.41106.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.21%
GREEN value IS 116 (45.70% from 255) = 34.52%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=23.21%
G=34.52%
B=42.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781161420.450.1800.44204.3829.0943.14
Hex4E748E2D1202Ccc1d2b
Octal11616421655220543143553
Binary10011101110100100011101011011001001011001100110011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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