#4A547E

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

Shades of Astronaut #4A547E

Tints of Astronaut #4A547E

Color information

#4A547E (or 0x4A547E) is unknown color: approx Astronaut. HEX triplet: 4A, 54 and 7E. RGB value is (74,84,126). Sum of RGB (Red+Green+Blue) = 74+84+126=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 126 - color contains mainly: blue. Hex color #4A547E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A547E is #B5AB81. Grayscale: #555555. Windows color (decimal): -11905922 or 8279114. OLE color: 8279114.

HSL color Cylindrical-coordinate representation of color #4A547E: hue angle of 228.46º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A547E is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7484126-
CMYK0.410.3300.51
HSL228.46º26%39.22%-
HSV(B)228.46º41.27%49.41%-
XYZ9.769.321.02-
YUV85.8150.69119.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.06%
GREEN value IS 84 (33.20% from 255) = 29.58%
BLUE value IS 126 (49.61% from 255) = 44.37%
R=26.06%
G=29.58%
B=44.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74841260.410.3300.51228.462639.22
Hex4A547E2921033e41a27
Octal11212417651410633443247
Binary10010101010100111111010100110000101100111110010011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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