#4E607D

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

Shades of Chambray #4E607D

Tints of Chambray #4E607D

Color information

#4E607D (or 0x4E607D) is unknown color: approx Chambray. HEX triplet: 4E, 60 and 7D. RGB value is (78,96,125). Sum of RGB (Red+Green+Blue) = 78+96+125=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 125 - color contains mainly: blue. Hex color #4E607D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E607D is #B19F82. Grayscale: #5D5D5D. Windows color (decimal): -11640707 or 8216654. OLE color: 8216654.

HSL color Cylindrical-coordinate representation of color #4E607D: hue angle of 217.02º 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 #4E607D is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7896125-
CMYK0.380.2300.51
HSL217.02º23.15%39.8%-
HSV(B)217.02º37.6%49.02%-
XYZ11.0311.4721.03-
YUV93.92145.54116.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.09%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 125 (49.22% from 255) = 41.81%
R=26.09%
G=32.11%
B=41.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78961250.380.2300.51217.0223.1539.8
Hex4E607D2617033d91728
Octal11614017546270633312750
Binary1001110110000011111011001101011101100111101100110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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