Html Css Color HEX #4A4541 Space Shuttle

📋 copy color: '#4A4541'

red 74 ◦ green 69 ◦ blue 65

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

Shades of Space Shuttle #4A4541

Tints of Space Shuttle #4A4541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.17%

 BLUE value IS 65 (25.78% from 255) = 31.25%

R = 35.58%
G = 33.17%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#4A4541 (or 0x4A4541) is known color: Space Shuttle. HEX triplet: 4A, 45 and 41. RGB value is (74,69,65). Sum of RGB (Red+Green+Blue) = 74+69+65=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4541 is #B5BABE. Grayscale: #464646. Windows color (decimal): -11909823 or 4277578. OLE color: 4277578.

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

Color convert

RGB 74 69 65 -
CMYK 0 0.07 0.12 0.71
HSL 26.67º 0.06% 0.27% -
HSV(B) 26.67º 0.12% 0.29% -
XYZ 5.91 6.09 5.87 -
YUV 70.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 74 69 65 0 0.07 0.12 0.71 26.67 0.06 0.27
Hex 4A 45 41 0 7 C 47 1B 6 1B
Octal 112 105 101 0 7 14 107 33 6 33
Binary 1001010 1000101 1000001 0 111 1100 1000111 11011 110 11011

Color Harmonies of #4A4541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4541

Black with #4A4541

Text Example


Text Example

White with #4A4541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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