#48537A

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

Shades of Astronaut #48537A

Tints of Astronaut #48537A

Color information

#48537A (or 0x48537A) is unknown color: approx Astronaut. HEX triplet: 48, 53 and 7A. RGB value is (72,83,122). Sum of RGB (Red+Green+Blue) = 72+83+122=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #48537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48537A is #B7AC85. Grayscale: #535353. Windows color (decimal): -12037254 or 8016712. OLE color: 8016712.

HSL color Cylindrical-coordinate representation of color #48537A: hue angle of 226.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48537A is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7283122-
CMYK0.410.3200.52
HSL226.8º25.77%38.04%-
HSV(B)226.8º40.98%47.84%-
XYZ9.288.9719.65-
YUV84.16149.36119.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=25.99%
G=29.96%
B=44.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72831220.410.3200.52226.825.7738.04
Hex48537A2920034e31a26
Octal11012317251400643433246
Binary10010001010011111101010100110000001101001110001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48537A; }

 p { color: rgb(72,83,122); }

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

<style>
 a { background-color: #48537A; }

 a { background-color: rgb(72,83,122); }

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

<style>
 span { border-color: #48537A; }

 span { border-color: rgb(72,83,122); }

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