Html Css Color HEX #474340 Space Shuttle

📋 copy color: '#474340'

red 71 ◦ green 67 ◦ blue 64

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

Shades of Space Shuttle #474340

Tints of Space Shuttle #474340

RGB

 RED value IS 71 (28.13% from 255) = 35.15%

 GREEN value IS 67 (26.56% from 255) = 33.17%

 BLUE value IS 64 (25.39% from 255) = 31.68%

R = 35.15%
G = 33.17%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#474340 (or 0x474340) is known color: Space Shuttle. HEX triplet: 47, 43 and 40. RGB value is (71,67,64). Sum of RGB (Red+Green+Blue) = 71+67+64=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 71 - color contains mainly: red. Hex color #474340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474340 is #B8BCBF. Grayscale: #434343. Windows color (decimal): -12106944 or 4211527. OLE color: 4211527.

HSL color Cylindrical-coordinate representation of color #474340: hue angle of 25.71º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #474340 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 67 64 -
CMYK 0 0.06 0.10 0.72
HSL 25.71º 0.05% 0.26% -
HSV(B) 25.71º 0.1% 0.28% -
XYZ 5.53 5.72 5.66 -
YUV 67.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 71 67 64 0 0.06 0.10 0.72 25.71 0.05 0.26
Hex 47 43 40 0 6 A 48 1A 5 1A
Octal 107 103 100 0 6 12 110 32 5 32
Binary 1000111 1000011 1000000 0 110 1010 1001000 11010 101 11010

Color Harmonies of #474340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474340

Black with #474340

Text Example


Text Example

White with #474340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474340; }

 p { color: rgb(71,67,64); }

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

background-color css

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

 a { background-color: rgb(71,67,64); }

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

border-color css

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

 span { border-color: rgb(71,67,64); }

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