#48423A

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

Shades of Space Shuttle #48423A

Tints of Space Shuttle #48423A

Color information

#48423A (or 0x48423A) is unknown color: approx Space Shuttle. HEX triplet: 48, 42 and 3A. RGB value is (72,66,58). Sum of RGB (Red+Green+Blue) = 72+66+58=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 72 - color contains mainly: red. Hex color #48423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48423A is #B7BDC5. Grayscale: #424242. Windows color (decimal): -12041670 or 3818056. OLE color: 3818056.

HSL color Cylindrical-coordinate representation of color #48423A: hue angle of 34.29º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #48423A is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB726658-
CMYK00.080.190.72
HSL34.29º10.77%25.49%-
HSV(B)34.29º19.44%28.24%-
XYZ5.385.584.8-
YUV66.88122.99131.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 58 (23.05% from 255) = 29.59%
R=36.73%
G=33.67%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72665800.080.190.7234.2910.7725.49
Hex48423A08134822b19
Octal1101027201023110421331
Binary1001000100001011101001000100111001000100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,66,58); }

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

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

 a { background-color: rgb(72,66,58); }

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

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

 span { border-color: rgb(72,66,58); }

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