#4E708E

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

Shades of Wedgewood #4E708E

Tints of Wedgewood #4E708E

Color information

#4E708E (or 0x4E708E) is unknown color: approx Wedgewood. HEX triplet: 4E, 70 and 8E. RGB value is (78,112,142). Sum of RGB (Red+Green+Blue) = 78+112+142=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E708E is #B18F71. Grayscale: #696969. Windows color (decimal): -11636594 or 9334862. OLE color: 9334862.

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

Color convert

RGB78112142-
CMYK0.450.2100.44
HSL208.12º29.09%43.14%-
HSV(B)208.12º45.07%55.69%-
XYZ13.8215.1627.79-
YUV105.25148.74108.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.49%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=23.49%
G=33.73%
B=42.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781121420.450.2100.44208.1229.0943.14
Hex4E708E2D1502Cd01d2b
Octal11616021655250543203553
Binary10011101110000100011101011011010101011001101000011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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