Html Css Color HEX #474440 Space Shuttle

📋 copy color: '#474440'

red 71 ◦ green 68 ◦ blue 64

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

Shades of Space Shuttle #474440

Tints of Space Shuttle #474440

RGB

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

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

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

R = 34.98%
G = 33.5%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#474440 (or 0x474440) is known color: Space Shuttle. HEX triplet: 47, 44 and 40. RGB value is (71,68,64). Sum of RGB (Red+Green+Blue) = 71+68+64=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 71 - color contains mainly: red. Hex color #474440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474440 is #B8BBBF. Grayscale: #444444. Windows color (decimal): -12106688 or 4211783. OLE color: 4211783.

HSL color Cylindrical-coordinate representation of color #474440: hue angle of 34.29º 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 #474440 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 68 64 -
CMYK 0 0.04 0.10 0.72
HSL 34.29º 0.05% 0.26% -
HSV(B) 34.29º 0.1% 0.28% -
XYZ 5.59 5.84 5.68 -
YUV 68.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 71 68 64 0 0.04 0.10 0.72 34.29 0.05 0.26
Hex 47 44 40 0 4 A 48 22 5 1A
Octal 107 104 100 0 4 12 110 42 5 32
Binary 1000111 1000100 1000000 0 100 1010 1001000 100010 101 11010

Color Harmonies of #474440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474440

Black with #474440

Text Example


Text Example

White with #474440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474440; }

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

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

background-color css

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

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

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

border-color css

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

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

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