#4E5482

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

Shades of Astronaut #4E5482

Tints of Astronaut #4E5482

Color information

#4E5482 (or 0x4E5482) is unknown color: approx Astronaut. HEX triplet: 4E, 54 and 82. RGB value is (78,84,130). Sum of RGB (Red+Green+Blue) = 78+84+130=292 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.71% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E5482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5482 is #B1AB7D. Grayscale: #575757. Windows color (decimal): -11643774 or 8541262. OLE color: 8541262.

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

Color convert

RGB7884130-
CMYK0.400.3500.49
HSL233.08º25%40.78%-
HSV(B)233.08º40%50.98%-
XYZ10.349.5722.42-
YUV87.45152.01121.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.71%
GREEN value IS 84 (33.20% from 255) = 28.77%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=26.71%
G=28.77%
B=44.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78841300.400.3500.49233.082540.78
Hex4E54822823031e91929
Octal11612420250430613513151
Binary100111010101001000001010100010001101100011110100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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