#4E6479

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

Shades of Wedgewood #4E6479

Tints of Wedgewood #4E6479

Color information

#4E6479 (or 0x4E6479) is unknown color: approx Wedgewood. HEX triplet: 4E, 64 and 79. RGB value is (78,100,121). Sum of RGB (Red+Green+Blue) = 78+100+121=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #4E6479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6479 is #B19B86. Grayscale: #5F5F5F. Windows color (decimal): -11639687 or 7955534. OLE color: 7955534.

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

Color convert

RGB78100121-
CMYK0.360.1700.53
HSL209.3º21.61%39.02%-
HSV(B)209.3º35.54%47.45%-
XYZ11.1512.1119.84-
YUV95.82142.21115.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.09%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=26.09%
G=33.44%
B=40.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal781001210.360.1700.53209.321.6139.02
Hex4E64792411035d11627
Octal11614417144210653212647
Binary1001110110010011110011001001000101101011101000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,100,121); }

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

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

 a { background-color: rgb(78,100,121); }

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

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

 span { border-color: rgb(78,100,121); }

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