#4A5575

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

Shades of Astronaut #4A5575

Tints of Astronaut #4A5575

Color information

#4A5575 (or 0x4A5575) is unknown color: approx Astronaut. HEX triplet: 4A, 55 and 75. RGB value is (74,85,117). Sum of RGB (Red+Green+Blue) = 74+85+117=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A5575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5575 is #B5AA8A. Grayscale: #555555. Windows color (decimal): -11905675 or 7689546. OLE color: 7689546.

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

Color convert

RGB7485117-
CMYK0.370.2700.54
HSL224.65º22.51%37.45%-
HSV(B)224.65º36.75%45.88%-
XYZ9.289.2418.12-
YUV85.36145.86119.9-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.81%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 117 (46.09% from 255) = 42.39%
R=26.81%
G=30.80%
B=42.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74851170.370.2700.54224.6522.5137.45
Hex4A5575251B036e11725
Octal11212516545330663412745
Binary1001010101010111101011001011101101101101110000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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