#4C5282

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

Shades of Astronaut #4C5282

Tints of Astronaut #4C5282

Color information

#4C5282 (or 0x4C5282) is unknown color: approx Astronaut. HEX triplet: 4C, 52 and 82. RGB value is (76,82,130). Sum of RGB (Red+Green+Blue) = 76+82+130=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C5282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5282 is #B3AD7D. Grayscale: #555555. Windows color (decimal): -11775358 or 8540748. OLE color: 8540748.

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

Color convert

RGB7682130-
CMYK0.420.3700.49
HSL233.33º26.21%40.39%-
HSV(B)233.33º41.54%50.98%-
XYZ10.039.1822.36-
YUV85.68153.01121.1-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.39%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 130 (51.17% from 255) = 45.14%
R=26.39%
G=28.47%
B=45.14%

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
Decimal76821300.420.3700.49233.3326.2140.39
Hex4C52822A25031e91a28
Octal11412220252450613513250
Binary100110010100101000001010101010010101100011110100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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