#4E557B

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

Shades of Astronaut #4E557B

Tints of Astronaut #4E557B

Color information

#4E557B (or 0x4E557B) is unknown color: approx Astronaut. HEX triplet: 4E, 55 and 7B. RGB value is (78,85,123). Sum of RGB (Red+Green+Blue) = 78+85+123=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #4E557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E557B is #B1AA84. Grayscale: #575757. Windows color (decimal): -11643525 or 8082766. OLE color: 8082766.

HSL color Cylindrical-coordinate representation of color #4E557B: hue angle of 230.67º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E557B is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7885123-
CMYK0.370.3100.52
HSL230.67º22.39%39.41%-
HSV(B)230.67º36.59%48.24%-
XYZ9.979.5520.06-
YUV87.24148.18121.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.27%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 123 (48.44% from 255) = 43.01%
R=27.27%
G=29.72%
B=43.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal78851230.370.3100.52230.6722.3939.41
Hex4E557B251F034e71627
Octal11612517345370643472647
Binary1001110101010111110111001011111101101001110011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,85,123); }

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

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

 a { background-color: rgb(78,85,123); }

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

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

 span { border-color: rgb(78,85,123); }

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