#4A547C

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

Shades of Astronaut #4A547C

Tints of Astronaut #4A547C

Color information

#4A547C (or 0x4A547C) is unknown color: approx Astronaut. HEX triplet: 4A, 54 and 7C. RGB value is (74,84,124). Sum of RGB (Red+Green+Blue) = 74+84+124=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A547C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A547C is #B5AB83. Grayscale: #555555. Windows color (decimal): -11905924 or 8148042. OLE color: 8148042.

HSL color Cylindrical-coordinate representation of color #4A547C: hue angle of 228º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A547C is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7484124-
CMYK0.400.3200.51
HSL228º25.25%38.82%-
HSV(B)228º40.32%48.63%-
XYZ9.639.2520.35-
YUV85.57149.69119.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.24%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 124 (48.83% from 255) = 43.97%
R=26.24%
G=29.79%
B=43.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74841240.400.3200.5122825.2538.82
Hex4A547C2820033e41927
Octal11212417450400633443147
Binary10010101010100111110010100010000001100111110010011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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