#484E73

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

Shades of Astronaut #484E73

Tints of Astronaut #484E73

Color information

#484E73 (or 0x484E73) is unknown color: approx Astronaut. HEX triplet: 48, 4E and 73. RGB value is (72,78,115). Sum of RGB (Red+Green+Blue) = 72+78+115=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #484E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E73 is #B7B18C. Grayscale: #505050. Windows color (decimal): -12038541 or 7556680. OLE color: 7556680.

HSL color Cylindrical-coordinate representation of color #484E73: hue angle of 231.63º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #484E73 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7278115-
CMYK0.370.3200.55
HSL231.63º22.99%36.67%-
HSV(B)231.63º37.39%45.1%-
XYZ8.498.0617.33-
YUV80.42147.51121.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 115 (45.31% from 255) = 43.40%
R=27.17%
G=29.43%
B=43.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72781150.370.3200.55231.6322.9936.67
Hex484E732520037e81725
Octal11011616345400673502745
Binary10010001001110111001110010110000001101111110100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484E73; }

 p { color: rgb(72,78,115); }

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

<style>
 a { background-color: #484E73; }

 a { background-color: rgb(72,78,115); }

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

<style>
 span { border-color: #484E73; }

 span { border-color: rgb(72,78,115); }

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