#484139

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

Shades of Space Shuttle #484139

Tints of Space Shuttle #484139

Color information

#484139 (or 0x484139) is unknown color: approx Space Shuttle. HEX triplet: 48, 41 and 39. RGB value is (72,65,57). Sum of RGB (Red+Green+Blue) = 72+65+57=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #484139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484139 is #B7BEC6. Grayscale: #424242. Windows color (decimal): -12041927 or 3752264. OLE color: 3752264.

HSL color Cylindrical-coordinate representation of color #484139: hue angle of 32º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #484139 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB726557-
CMYK00.100.210.72
HSL32º11.63%25.29%-
HSV(B)32º20.83%28.24%-
XYZ5.35.454.64-
YUV66.18122.82132.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 57 (22.66% from 255) = 29.38%
R=37.11%
G=33.51%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72655700.100.210.723211.6325.29
Hex4841390A154820c19
Octal1101017101225110401431
Binary1001000100000111100101010101011001000100000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484139; }

 p { color: rgb(72,65,57); }

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

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

 a { background-color: rgb(72,65,57); }

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

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

 span { border-color: rgb(72,65,57); }

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