#4E5968

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

Shades of Bright Grey #4E5968

Tints of Bright Grey #4E5968

Color information

#4E5968 (or 0x4E5968) is unknown color: approx Bright Grey. HEX triplet: 4E, 59 and 68. RGB value is (78,89,104). Sum of RGB (Red+Green+Blue) = 78+89+104=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E5968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5968 is #B1A697. Grayscale: #575757. Windows color (decimal): -11642520 or 6838606. OLE color: 6838606.

HSL color Cylindrical-coordinate representation of color #4E5968: hue angle of 214.62º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E5968 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7889104-
CMYK0.250.1400.59
HSL214.62º14.29%35.69%-
HSV(B)214.62º25%40.78%-
XYZ9.219.7614.5-
YUV87.42137.36121.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.78%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 104 (41.02% from 255) = 38.38%
R=28.78%
G=32.84%
B=38.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78891040.250.1400.59214.6214.2935.69
Hex4E596819E03Bd7e24
Octal11613115031160733271644
Binary1001110101100111010001100111100111011110101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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