#4E6578

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

Shades of Wedgewood #4E6578

Tints of Wedgewood #4E6578

Color information

#4E6578 (or 0x4E6578) is unknown color: approx Wedgewood. HEX triplet: 4E, 65 and 78. RGB value is (78,101,120). Sum of RGB (Red+Green+Blue) = 78+101+120=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E6578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6578 is #B19A87. Grayscale: #606060. Windows color (decimal): -11639432 or 7890254. OLE color: 7890254.

HSL color Cylindrical-coordinate representation of color #4E6578: hue angle of 207.14º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E6578 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB78101120-
CMYK0.350.1600.53
HSL207.14º21.21%38.82%-
HSV(B)207.14º35%47.06%-
XYZ11.1912.2819.55-
YUV96.29141.38114.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.09%
GREEN value IS 101 (39.84% from 255) = 33.78%
BLUE value IS 120 (47.27% from 255) = 40.13%
R=26.09%
G=33.78%
B=40.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal781011200.350.1600.53207.1421.2138.82
Hex4E65782310035cf1527
Octal11614517043200653172547
Binary1001110110010111110001000111000001101011100111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,101,120); }

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

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

 a { background-color: rgb(78,101,120); }

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

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

 span { border-color: rgb(78,101,120); }

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