#4A517C

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

Shades of Astronaut #4A517C

Tints of Astronaut #4A517C

Color information

#4A517C (or 0x4A517C) is unknown color: approx Astronaut. HEX triplet: 4A, 51 and 7C. RGB value is (74,81,124). Sum of RGB (Red+Green+Blue) = 74+81+124=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A517C is #B5AE83. Grayscale: #535353. Windows color (decimal): -11906692 or 8147274. OLE color: 8147274.

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

Color convert

RGB7481124-
CMYK0.400.3500.51
HSL231.6º25.25%38.82%-
HSV(B)231.6º40.32%48.63%-
XYZ9.48.820.27-
YUV83.81150.68121-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.52%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=26.52%
G=29.03%
B=44.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74811240.400.3500.51231.625.2538.82
Hex4A517C2823033e81927
Octal11212117450430633503147
Binary10010101010001111110010100010001101100111110100011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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