#48453F

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

Shades of Space Shuttle #48453F

Tints of Space Shuttle #48453F

Color information

#48453F (or 0x48453F) is unknown color: approx Space Shuttle. HEX triplet: 48, 45 and 3F. RGB value is (72,69,63). Sum of RGB (Red+Green+Blue) = 72+69+63=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 72 - color contains mainly: red. Hex color #48453F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48453F is #B7BAC0. Grayscale: #454545. Windows color (decimal): -12040897 or 4146504. OLE color: 4146504.

HSL color Cylindrical-coordinate representation of color #48453F: hue angle of 40º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48453F is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB726963-
CMYK00.040.120.72
HSL40º6.67%26.47%-
HSV(B)40º12.5%28.24%-
XYZ5.75.995.56-
YUV69.21124.49129.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 63 (25% from 255) = 30.88%
R=35.29%
G=33.82%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72696300.040.120.72406.6726.47
Hex48453F04C482871a
Octal11010577041411050732
Binary1001000100010111111101001100100100010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,69,63); }

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

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

 a { background-color: rgb(72,69,63); }

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

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

 span { border-color: rgb(72,69,63); }

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