#48537D

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

Shades of Astronaut #48537D

Tints of Astronaut #48537D

Color information

#48537D (or 0x48537D) is unknown color: approx Astronaut. HEX triplet: 48, 53 and 7D. RGB value is (72,83,125). Sum of RGB (Red+Green+Blue) = 72+83+125=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 125 - color contains mainly: blue. Hex color #48537D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48537D is #B7AC82. Grayscale: #545454. Windows color (decimal): -12037251 or 8213320. OLE color: 8213320.

HSL color Cylindrical-coordinate representation of color #48537D: hue angle of 227.55º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48537D is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7283125-
CMYK0.420.3400.51
HSL227.55º26.9%38.63%-
HSV(B)227.55º42.4%49.02%-
XYZ9.479.0420.65-
YUV84.5150.86119.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 125 (49.22% from 255) = 44.64%
R=25.71%
G=29.64%
B=44.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72831250.420.3400.51227.5526.938.63
Hex48537D2A22033e41b27
Octal11012317552420633443347
Binary10010001010011111110110101010001001100111110010011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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