#4E547C

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

Shades of Astronaut #4E547C

Tints of Astronaut #4E547C

Color information

#4E547C (or 0x4E547C) is unknown color: approx Astronaut. HEX triplet: 4E, 54 and 7C. RGB value is (78,84,124). Sum of RGB (Red+Green+Blue) = 78+84+124=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E547C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E547C is #B1AB83. Grayscale: #565656. Windows color (decimal): -11643780 or 8148046. OLE color: 8148046.

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

Color convert

RGB7884124-
CMYK0.370.3200.51
HSL232.17º22.77%39.61%-
HSV(B)232.17º37.1%48.63%-
XYZ9.959.4220.36-
YUV86.77149.01121.75-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.27%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=27.27%
G=29.37%
B=43.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78841240.370.3200.51232.1722.7739.61
Hex4E547C2520033e81728
Octal11612417445400633502750
Binary10011101010100111110010010110000001100111110100010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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