#4C5483

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

Shades of Astronaut #4C5483

Tints of Astronaut #4C5483

Color information

#4C5483 (or 0x4C5483) is unknown color: approx Astronaut. HEX triplet: 4C, 54 and 83. RGB value is (76,84,131). Sum of RGB (Red+Green+Blue) = 76+84+131=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #4C5483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5483 is #B3AB7C. Grayscale: #565656. Windows color (decimal): -11774845 or 8606796. OLE color: 8606796.

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

Color convert

RGB7684131-
CMYK0.420.3600.49
HSL231.27º26.57%40.59%-
HSV(B)231.27º41.98%51.37%-
XYZ10.259.5222.77-
YUV86.97152.85120.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.12%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 131 (51.56% from 255) = 45.02%
R=26.12%
G=28.87%
B=45.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76841310.420.3600.49231.2726.5740.59
Hex4C54832A24031e71b29
Octal11412420352440613473351
Binary100110010101001000001110101010010001100011110011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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