Html Css Color HEX #4A443D Space Shuttle

📋 copy color: '#4A443D'

red 74 ◦ green 68 ◦ blue 61

#4A443D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Space Shuttle #4A443D

Tints of Space Shuttle #4A443D

RGB

 RED value IS 74 (29.3% from 255) = 36.45%

 GREEN value IS 68 (26.95% from 255) = 33.5%

 BLUE value IS 61 (24.22% from 255) = 30.05%

R = 36.45%
G = 33.5%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#4A443D (or 0x4A443D) is known color: 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

RGB 74 68 61 -
CMYK 0 0.08 0.18 0.71
HSL 32.31º 0.1% 0.26% -
HSV(B) 32.31º 0.18% 0.29% -
XYZ 5.73 5.93 5.26 -
YUV 69 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 74 68 61 0 0.08 0.18 0.71 32.31 0.1 0.26
Hex 4A 44 3D 0 8 12 47 20 A 1A
Octal 112 104 75 0 10 22 107 40 12 32
Binary 1001010 1000100 111101 0 1000 10010 1000111 100000 1010 11010

Color Harmonies of #4A443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A443D

Black with #4A443D

Text Example


Text Example

White with #4A443D

Text Example


Text Example

HTML Codes & Css Web 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>