#4A443D

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

Shades of Space Shuttle #4A443D

Tints of Space Shuttle #4A443D

Color information

#4A443D (or 0x4A443D) is unknown color: approx Space Shuttle. HEX triplet: 4A, 44 and 3D. RGB value is (74,68,61). Sum of RGB (Red+Green+Blue) = 74+68+61=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 74 - color contains mainly: red. Hex color #4A443D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A443D is #B5BBC2. Grayscale: #454545. Windows color (decimal): -11910083 or 4015178. OLE color: 4015178.

HSL color Cylindrical-coordinate representation of color #4A443D: hue angle of 32.31º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4A443D is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB746861-
CMYK00.080.180.71
HSL32.31º9.63%26.47%-
HSV(B)32.31º17.57%29.02%-
XYZ5.735.935.26-
YUV69123.49131.57-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.45%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=36.45%
G=33.50%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74686100.080.180.7132.319.6326.47
Hex4A443D08124720a1a
Octal1121047501022107401232
Binary1001010100010011110101000100101000111100000101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A443D; }

 p { color: rgb(74,68,61); }

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

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

 a { background-color: rgb(74,68,61); }

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

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

 span { border-color: rgb(74,68,61); }

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