#4E637B

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

Shades of Wedgewood #4E637B

Tints of Wedgewood #4E637B

Color information

#4E637B (or 0x4E637B) is unknown color: approx Wedgewood. HEX triplet: 4E, 63 and 7B. RGB value is (78,99,123). Sum of RGB (Red+Green+Blue) = 78+99+123=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #4E637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E637B is #B19C84. Grayscale: #5F5F5F. Windows color (decimal): -11639941 or 8086350. OLE color: 8086350.

HSL color Cylindrical-coordinate representation of color #4E637B: hue angle of 212º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E637B is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7899123-
CMYK0.370.2000.52
HSL212º22.39%39.41%-
HSV(B)212º36.59%48.24%-
XYZ11.1811.9720.46-
YUV95.46143.54115.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 123 (48.44% from 255) = 41%
R=26%
G=33%
B=41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal78991230.370.2000.5221222.3939.41
Hex4E637B2514034d41627
Octal11614317345240643242647
Binary1001110110001111110111001011010001101001101010010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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