#4E5970

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

Shades of Chambray #4E5970

Tints of Chambray #4E5970

Color information

#4E5970 (or 0x4E5970) is unknown color: approx Chambray. HEX triplet: 4E, 59 and 70. RGB value is (78,89,112). Sum of RGB (Red+Green+Blue) = 78+89+112=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E5970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5970 is #B1A68F. Grayscale: #585858. Windows color (decimal): -11642512 or 7362894. OLE color: 7362894.

HSL color Cylindrical-coordinate representation of color #4E5970: hue angle of 220.59º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E5970 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7889112-
CMYK0.300.2100.56
HSL220.59º17.89%37.25%-
HSV(B)220.59º30.36%43.92%-
XYZ9.649.9316.74-
YUV88.33141.36120.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.96%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=27.96%
G=31.90%
B=40.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78891120.300.2100.56220.5917.8937.25
Hex4E59701E15038dd1225
Octal11613116036250703352245
Binary100111010110011110000111101010101110001101110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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