#484541

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

Shades of Space Shuttle #484541

Tints of Space Shuttle #484541

Color information

#484541 (or 0x484541) is unknown color: approx Space Shuttle. HEX triplet: 48, 45 and 41. RGB value is (72,69,65). Sum of RGB (Red+Green+Blue) = 72+69+65=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 72 - color contains mainly: red. Hex color #484541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484541 is #B7BABE. Grayscale: #454545. Windows color (decimal): -12040895 or 4277576. OLE color: 4277576.

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

Color convert

RGB726965-
CMYK00.040.100.72
HSL34.29º5.11%26.86%-
HSV(B)34.29º9.72%28.24%-
XYZ5.756.025.86-
YUV69.44125.49129.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=34.95%
G=33.50%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72696500.040.100.7234.295.1126.86
Hex48454104A482251b
Octal110105101041211042533
Binary10010001000101100000101001010100100010001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484541; }

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

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

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

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

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

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

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

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