#48507F

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

Shades of Astronaut #48507F

Tints of Astronaut #48507F

Color information

#48507F (or 0x48507F) is unknown color: approx Astronaut. HEX triplet: 48, 50 and 7F. RGB value is (72,80,127). Sum of RGB (Red+Green+Blue) = 72+80+127=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #48507F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48507F is #B7AF80. Grayscale: #525252. Windows color (decimal): -12038017 or 8343624. OLE color: 8343624.

HSL color Cylindrical-coordinate representation of color #48507F: hue angle of 231.27º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48507F is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7280127-
CMYK0.430.3700.50
HSL231.27º27.64%39.02%-
HSV(B)231.27º43.31%49.8%-
XYZ9.378.6521.25-
YUV82.97152.85120.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 127 (50% from 255) = 45.52%
R=25.81%
G=28.67%
B=45.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72801270.430.3700.50231.2727.6439.02
Hex48507F2B25032e71c27
Octal11012017753450623473447
Binary10010001010000111111110101110010101100101110011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48507F; }

 p { color: rgb(72,80,127); }

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

<style>
 a { background-color: #48507F; }

 a { background-color: rgb(72,80,127); }

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

<style>
 span { border-color: #48507F; }

 span { border-color: rgb(72,80,127); }

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