#4E6379

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

Shades of Wedgewood #4E6379

Tints of Wedgewood #4E6379

Color information

#4E6379 (or 0x4E6379) is unknown color: approx Wedgewood. HEX triplet: 4E, 63 and 79. RGB value is (78,99,121). Sum of RGB (Red+Green+Blue) = 78+99+121=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #4E6379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6379 is #B19C86. Grayscale: #5F5F5F. Windows color (decimal): -11639943 or 7955278. OLE color: 7955278.

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

Color convert

RGB7899121-
CMYK0.360.1800.53
HSL210.7º21.61%39.02%-
HSV(B)210.7º35.54%47.45%-
XYZ11.0511.9219.81-
YUV95.23142.54115.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.17%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 121 (47.66% from 255) = 40.60%
R=26.17%
G=33.22%
B=40.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78991210.360.1800.53210.721.6139.02
Hex4E63792412035d31627
Octal11614317144220653232647
Binary1001110110001111110011001001001001101011101001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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