#484542

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

Shades of Space Shuttle #484542

Tints of Space Shuttle #484542

Color information

#484542 (or 0x484542) is unknown color: approx Space Shuttle. HEX triplet: 48, 45 and 42. RGB value is (72,69,66). Sum of RGB (Red+Green+Blue) = 72+69+66=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 72 - color contains mainly: red. Hex color #484542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484542 is #B7BABD. Grayscale: #454545. Windows color (decimal): -12040894 or 4343112. OLE color: 4343112.

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

Color convert

RGB726966-
CMYK00.040.080.72
HSL30º4.35%27.06%-
HSV(B)30º8.33%28.24%-
XYZ5.786.036.01-
YUV69.55125.99129.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.78%
GREEN value IS 69 (27.34% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 31.88%
R=34.78%
G=33.33%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72696600.040.080.72304.3527.06
Hex484542048481e41b
Octal110105102041011036433
Binary1001000100010110000100100100010010001111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484542; }

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

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

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

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

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

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

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

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