#4C5283

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

Shades of Astronaut #4C5283

Tints of Astronaut #4C5283

Color information

#4C5283 (or 0x4C5283) is unknown color: approx Astronaut. HEX triplet: 4C, 52 and 83. RGB value is (76,82,131). Sum of RGB (Red+Green+Blue) = 76+82+131=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #4C5283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5283 is #B3AD7C. Grayscale: #555555. Windows color (decimal): -11775357 or 8606284. OLE color: 8606284.

HSL color Cylindrical-coordinate representation of color #4C5283: hue angle of 233.45º 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 #4C5283 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7682131-
CMYK0.420.3700.49
HSL233.45º26.57%40.59%-
HSV(B)233.45º41.98%51.37%-
XYZ10.099.2122.72-
YUV85.79153.51121.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.30%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 131 (51.56% from 255) = 45.33%
R=26.30%
G=28.37%
B=45.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76821310.420.3700.49233.4526.5740.59
Hex4C52832A25031e91b29
Octal11412220352450613513351
Binary100110010100101000001110101010010101100011110100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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