#4C5384

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

Shades of Astronaut #4C5384

Tints of Astronaut #4C5384

Color information

#4C5384 (or 0x4C5384) is unknown color: approx Astronaut. HEX triplet: 4C, 53 and 84. RGB value is (76,83,132). Sum of RGB (Red+Green+Blue) = 76+83+132=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #4C5384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5384 is #B3AC7B. Grayscale: #565656. Windows color (decimal): -11775100 or 8672076. OLE color: 8672076.

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

Color convert

RGB7683132-
CMYK0.420.3700.48
HSL232.5º26.92%40.78%-
HSV(B)232.5º42.42%51.76%-
XYZ10.249.3923.1-
YUV86.49153.68120.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.12%
GREEN value IS 83 (32.81% from 255) = 28.52%
BLUE value IS 132 (51.95% from 255) = 45.36%
R=26.12%
G=28.52%
B=45.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76831320.420.3700.48232.526.9240.78
Hex4C53842A25030e81b29
Octal11412320452450603503351
Binary100110010100111000010010101010010101100001110100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,83,132); }

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

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

 a { background-color: rgb(76,83,132); }

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

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

 span { border-color: rgb(76,83,132); }

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