#4E738E

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

Shades of Wedgewood #4E738E

Tints of Wedgewood #4E738E

Color information

#4E738E (or 0x4E738E) is unknown color: approx Wedgewood. HEX triplet: 4E, 73 and 8E. RGB value is (78,115,142). Sum of RGB (Red+Green+Blue) = 78+115+142=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E738E is #B18C71. Grayscale: #6A6A6A. Windows color (decimal): -11635826 or 9335630. OLE color: 9335630.

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

Color convert

RGB78115142-
CMYK0.450.1900.44
HSL205.31º29.09%43.14%-
HSV(B)205.31º45.07%55.69%-
XYZ14.1615.8327.9-
YUV107.02147.74107.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.28%
GREEN value IS 115 (45.31% from 255) = 34.33%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=23.28%
G=34.33%
B=42.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781151420.450.1900.44205.3129.0943.14
Hex4E738E2D1302Ccd1d2b
Octal11616321655230543153553
Binary10011101110011100011101011011001101011001100110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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