Html Css Color HEX #4A413A Space Shuttle

📋 copy color: '#4A413A'

red 74 ◦ green 65 ◦ blue 58

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

Shades of Space Shuttle #4A413A

Tints of Space Shuttle #4A413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.99%

 BLUE value IS 58 (23.05% from 255) = 29.44%

R = 37.56%
G = 32.99%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#4A413A (or 0x4A413A) is known color: Space Shuttle. HEX triplet: 4A, 41 and 3A. RGB value is (74,65,58). Sum of RGB (Red+Green+Blue) = 74+65+58=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 74 - color contains mainly: red. Hex color #4A413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A413A is #B5BEC5. Grayscale: #424242. Windows color (decimal): -11910854 or 3817802. OLE color: 3817802.

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

Color convert

RGB 74 65 58 -
CMYK 0 0.12 0.22 0.71
HSL 26.25º 0.12% 0.26% -
HSV(B) 26.25º 0.22% 0.29% -
XYZ 5.48 5.54 4.78 -
YUV 66.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 74 65 58 0 0.12 0.22 0.71 26.25 0.12 0.26
Hex 4A 41 3A 0 C 16 47 1A C 1A
Octal 112 101 72 0 14 26 107 32 14 32
Binary 1001010 1000001 111010 0 1100 10110 1000111 11010 1100 11010

Color Harmonies of #4A413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A413A

Black with #4A413A

Text Example


Text Example

White with #4A413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,65,58); }

 H1.HeaderClassName
 {
   color: #4A413A;
 }
 .AnyTagClassName
 {
   color: #4A413A;
 }
</style>

background-color css

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

 a { background-color: rgb(74,65,58); }

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

border-color css

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

 span { border-color: rgb(74,65,58); }

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