#4A5576

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

Shades of Astronaut #4A5576

Tints of Astronaut #4A5576

Color information

#4A5576 (or 0x4A5576) is unknown color: approx Astronaut. HEX triplet: 4A, 55 and 76. RGB value is (74,85,118). Sum of RGB (Red+Green+Blue) = 74+85+118=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A5576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5576 is #B5AA89. Grayscale: #555555. Windows color (decimal): -11905674 or 7755082. OLE color: 7755082.

HSL color Cylindrical-coordinate representation of color #4A5576: hue angle of 225º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A5576 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7485118-
CMYK0.370.2800.54
HSL225º22.92%37.65%-
HSV(B)225º37.29%46.27%-
XYZ9.349.2618.43-
YUV85.47146.36119.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.71%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=26.71%
G=30.69%
B=42.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74851180.370.2800.5422522.9237.65
Hex4A5576251C036e11726
Octal11212516645340663412746
Binary1001010101010111101101001011110001101101110000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,85,118); }

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

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

 a { background-color: rgb(74,85,118); }

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

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

 span { border-color: rgb(74,85,118); }

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