#4C5579

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

Shades of Astronaut #4C5579

Tints of Astronaut #4C5579

Color information

#4C5579 (or 0x4C5579) is unknown color: approx Astronaut. HEX triplet: 4C, 55 and 79. RGB value is (76,85,121). Sum of RGB (Red+Green+Blue) = 76+85+121=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #4C5579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5579 is #B3AA86. Grayscale: #565656. Windows color (decimal): -11774599 or 7951692. OLE color: 7951692.

HSL color Cylindrical-coordinate representation of color #4C5579: hue angle of 228º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C5579 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7685121-
CMYK0.370.3000.53
HSL228º22.84%38.63%-
HSV(B)228º37.19%47.45%-
XYZ9.689.4119.4-
YUV86.41147.52120.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.95%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 121 (47.66% from 255) = 42.91%
R=26.95%
G=30.14%
B=42.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76851210.370.3000.5322822.8438.63
Hex4C5579251E035e41727
Octal11412517145360653442747
Binary1001100101010111110011001011111001101011110010010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,85,121); }

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

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

 a { background-color: rgb(76,85,121); }

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

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

 span { border-color: rgb(76,85,121); }

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