#48507A

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

Shades of Astronaut #48507A

Tints of Astronaut #48507A

Color information

#48507A (or 0x48507A) is unknown color: approx Astronaut. HEX triplet: 48, 50 and 7A. RGB value is (72,80,122). Sum of RGB (Red+Green+Blue) = 72+80+122=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #48507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48507A is #B7AF85. Grayscale: #525252. Windows color (decimal): -12038022 or 8015944. OLE color: 8015944.

HSL color Cylindrical-coordinate representation of color #48507A: hue angle of 230.4º 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 #48507A is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7280122-
CMYK0.410.3400.52
HSL230.4º25.77%38.04%-
HSV(B)230.4º40.98%47.84%-
XYZ9.058.5219.58-
YUV82.4150.35120.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=26.28%
G=29.20%
B=44.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72801220.410.3400.52230.425.7738.04
Hex48507A2922034e61a26
Octal11012017251420643463246
Binary10010001010000111101010100110001001101001110011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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