#48547D

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

Shades of Astronaut #48547D

Tints of Astronaut #48547D

Color information

#48547D (or 0x48547D) is unknown color: approx Astronaut. HEX triplet: 48, 54 and 7D. RGB value is (72,84,125). Sum of RGB (Red+Green+Blue) = 72+84+125=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #48547D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48547D is #B7AB82. Grayscale: #545454. Windows color (decimal): -12036995 or 8213576. OLE color: 8213576.

HSL color Cylindrical-coordinate representation of color #48547D: hue angle of 226.42º 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 #48547D is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7284125-
CMYK0.420.3300.51
HSL226.42º26.9%38.63%-
HSV(B)226.42º42.4%49.02%-
XYZ9.549.220.67-
YUV85.09150.52118.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 84 (33.20% from 255) = 29.89%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=25.62%
G=29.89%
B=44.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72841250.420.3300.51226.4226.938.63
Hex48547D2A21033e21b27
Octal11012417552410633423347
Binary10010001010100111110110101010000101100111110001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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