#4E517C

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

Shades of Astronaut #4E517C

Tints of Astronaut #4E517C

Color information

#4E517C (or 0x4E517C) is unknown color: approx Astronaut. HEX triplet: 4E, 51 and 7C. RGB value is (78,81,124). Sum of RGB (Red+Green+Blue) = 78+81+124=283 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.56% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E517C is #B1AE83. Grayscale: #545454. Windows color (decimal): -11644548 or 8147278. OLE color: 8147278.

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

Color convert

RGB7881124-
CMYK0.370.3500.51
HSL236.09º22.77%39.61%-
HSV(B)236.09º37.1%48.63%-
XYZ9.728.9620.29-
YUV85150.01123-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.56%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 124 (48.83% from 255) = 43.82%
R=27.56%
G=28.62%
B=43.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78811240.370.3500.51236.0922.7739.61
Hex4E517C2523033ec1728
Octal11612117445430633542750
Binary10011101010001111110010010110001101100111110110010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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