#4E617C

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

Shades of Chambray #4E617C

Tints of Chambray #4E617C

Color information

#4E617C (or 0x4E617C) is unknown color: approx Chambray. HEX triplet: 4E, 61 and 7C. RGB value is (78,97,124). Sum of RGB (Red+Green+Blue) = 78+97+124=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E617C is #B19E83. Grayscale: #5E5E5E. Windows color (decimal): -11640452 or 8151374. OLE color: 8151374.

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

Color convert

RGB7897124-
CMYK0.370.2200.51
HSL215.22º22.77%39.61%-
HSV(B)215.22º37.1%48.63%-
XYZ11.0511.6220.73-
YUV94.4144.71116.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.09%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 124 (48.83% from 255) = 41.47%
R=26.09%
G=32.44%
B=41.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78971240.370.2200.51215.2222.7739.61
Hex4E617C2516033d71728
Octal11614117445260633272750
Binary1001110110000111111001001011011001100111101011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,97,124); }

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

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

 a { background-color: rgb(78,97,124); }

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

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

 span { border-color: rgb(78,97,124); }

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