Html Css Color HEX #4A423B Space Shuttle

📋 copy color: '#4A423B'

red 74 ◦ green 66 ◦ blue 59

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

Shades of Space Shuttle #4A423B

Tints of Space Shuttle #4A423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.17%

 BLUE value IS 59 (23.44% from 255) = 29.65%

R = 37.19%
G = 33.17%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.71

RGB Variations

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

Color information

#4A423B (or 0x4A423B) is known color: Space Shuttle. HEX triplet: 4A, 42 and 3B. RGB value is (74,66,59). Sum of RGB (Red+Green+Blue) = 74+66+59=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 74 - color contains mainly: red. Hex color #4A423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A423B is #B5BDC4. Grayscale: #434343. Windows color (decimal): -11910597 or 3883594. OLE color: 3883594.

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

Color convert

RGB 74 66 59 -
CMYK 0 0.11 0.20 0.71
HSL 28º 0.11% 0.26% -
HSV(B) 28º 0.2% 0.29% -
XYZ 5.56 5.67 4.94 -
YUV 67.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 74 66 59 0 0.11 0.20 0.71 28 0.11 0.26
Hex 4A 42 3B 0 B 14 47 1C B 1A
Octal 112 102 73 0 13 24 107 34 13 32
Binary 1001010 1000010 111011 0 1011 10100 1000111 11100 1011 11010

Color Harmonies of #4A423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A423B

Black with #4A423B

Text Example


Text Example

White with #4A423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,66,59); }

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

background-color css

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

 a { background-color: rgb(74,66,59); }

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

border-color css

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

 span { border-color: rgb(74,66,59); }

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