#48507C

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

Shades of Astronaut #48507C

Tints of Astronaut #48507C

Color information

#48507C (or 0x48507C) is unknown color: approx Astronaut. HEX triplet: 48, 50 and 7C. RGB value is (72,80,124). Sum of RGB (Red+Green+Blue) = 72+80+124=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #48507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48507C is #B7AF83. Grayscale: #525252. Windows color (decimal): -12038020 or 8147016. OLE color: 8147016.

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

Color convert

RGB7280124-
CMYK0.420.3500.51
HSL230.77º26.53%38.43%-
HSV(B)230.77º41.94%48.63%-
XYZ9.188.5720.24-
YUV82.62151.35120.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 124 (48.83% from 255) = 44.93%
R=26.09%
G=28.99%
B=44.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72801240.420.3500.51230.7726.5338.43
Hex48507C2A23033e71b26
Octal11012017452430633473346
Binary10010001010000111110010101010001101100111110011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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