#4E547E

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

Shades of Astronaut #4E547E

Tints of Astronaut #4E547E

Color information

#4E547E (or 0x4E547E) is unknown color: approx Astronaut. HEX triplet: 4E, 54 and 7E. RGB value is (78,84,126). Sum of RGB (Red+Green+Blue) = 78+84+126=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E547E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E547E is #B1AB81. Grayscale: #565656. Windows color (decimal): -11643778 or 8279118. OLE color: 8279118.

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

Color convert

RGB7884126-
CMYK0.380.3300.51
HSL232.5º23.53%40%-
HSV(B)232.5º38.1%49.41%-
XYZ10.089.4721.03-
YUV86.99150.01121.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.08%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 126 (49.61% from 255) = 43.75%
R=27.08%
G=29.17%
B=43.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78841260.380.3300.51232.523.5340
Hex4E547E2621033e81828
Octal11612417646410633503050
Binary10011101010100111111010011010000101100111110100011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,84,126); }

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

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

 a { background-color: rgb(78,84,126); }

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

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

 span { border-color: rgb(78,84,126); }

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