#4E5B7D

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

Shades of Chambray #4E5B7D

Tints of Chambray #4E5B7D

Color information

#4E5B7D (or 0x4E5B7D) is unknown color: approx Chambray. HEX triplet: 4E, 5B and 7D. RGB value is (78,91,125). Sum of RGB (Red+Green+Blue) = 78+91+125=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #4E5B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5B7D is #B1A482. Grayscale: #5A5A5A. Windows color (decimal): -11641987 or 8215374. OLE color: 8215374.

HSL color Cylindrical-coordinate representation of color #4E5B7D: hue angle of 223.4º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E5B7D is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7891125-
CMYK0.380.2700.51
HSL223.4º23.15%39.8%-
HSV(B)223.4º37.6%49.02%-
XYZ10.5810.5820.89-
YUV90.99147.19118.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.53%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 125 (49.22% from 255) = 42.52%
R=26.53%
G=30.95%
B=42.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78911250.380.2700.51223.423.1539.8
Hex4E5B7D261B033df1728
Octal11613317546330633372750
Binary1001110101101111111011001101101101100111101111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,91,125); }

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

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

 a { background-color: rgb(78,91,125); }

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

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

 span { border-color: rgb(78,91,125); }

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