#484035

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

Shades of Space Shuttle #484035

Tints of Space Shuttle #484035

Color information

#484035 (or 0x484035) is unknown color: approx Space Shuttle. HEX triplet: 48, 40 and 35. RGB value is (72,64,53). Sum of RGB (Red+Green+Blue) = 72+64+53=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #484035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484035 is #B7BFCA. Grayscale: #414141. Windows color (decimal): -12042187 or 3489864. OLE color: 3489864.

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

Color convert

RGB726453-
CMYK00.110.260.72
HSL34.74º15.2%24.51%-
HSV(B)34.74º26.39%28.24%-
XYZ5.155.34.12-
YUV65.14121.15132.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 53 (21.09% from 255) = 28.04%
R=38.10%
G=33.86%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72645300.110.260.7234.7415.224.51
Hex4840350B1A4823f19
Octal1101006501332110431731
Binary1001000100000011010101011110101001000100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484035; }

 p { color: rgb(72,64,53); }

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

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

 a { background-color: rgb(72,64,53); }

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

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

 span { border-color: rgb(72,64,53); }

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