#4C5482

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

Shades of Astronaut #4C5482

Tints of Astronaut #4C5482

Color information

#4C5482 (or 0x4C5482) is unknown color: approx Astronaut. HEX triplet: 4C, 54 and 82. RGB value is (76,84,130). Sum of RGB (Red+Green+Blue) = 76+84+130=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C5482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5482 is #B3AB7D. Grayscale: #565656. Windows color (decimal): -11774846 or 8541260. OLE color: 8541260.

HSL color Cylindrical-coordinate representation of color #4C5482: hue angle of 231.11º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C5482 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7684130-
CMYK0.420.3500.49
HSL231.11º26.21%40.39%-
HSV(B)231.11º41.54%50.98%-
XYZ10.189.4922.41-
YUV86.85152.35120.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.21%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 130 (51.17% from 255) = 44.83%
R=26.21%
G=28.97%
B=44.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76841300.420.3500.49231.1126.2140.39
Hex4C54822A23031e71a28
Octal11412420252430613473250
Binary100110010101001000001010101010001101100011110011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,84,130); }

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

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

 a { background-color: rgb(76,84,130); }

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

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

 span { border-color: rgb(76,84,130); }

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