Html Css Color HEX #47423B Space Shuttle

📋 copy color: '#47423B'

red 71 ◦ green 66 ◦ blue 59

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

Shades of Space Shuttle #47423B

Tints of Space Shuttle #47423B

RGB

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

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

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

R = 36.22%
G = 33.67%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#47423B (or 0x47423B) is known color: Space Shuttle. HEX triplet: 47, 42 and 3B. RGB value is (71,66,59). Sum of RGB (Red+Green+Blue) = 71+66+59=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 71 - color contains mainly: red. Hex color #47423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47423B is #B8BDC4. Grayscale: #424242. Windows color (decimal): -12107205 or 3883591. OLE color: 3883591.

HSL color Cylindrical-coordinate representation of color #47423B: hue angle of 35º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #47423B is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 66 59 -
CMYK 0 0.07 0.17 0.72
HSL 35º 0.09% 0.25% -
HSV(B) 35º 0.17% 0.28% -
XYZ 5.34 5.55 4.93 -
YUV 66.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 71 66 59 0 0.07 0.17 0.72 35 0.09 0.25
Hex 47 42 3B 0 7 11 48 23 9 19
Octal 107 102 73 0 7 21 110 43 11 31
Binary 1000111 1000010 111011 0 111 10001 1001000 100011 1001 11001

Color Harmonies of #47423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47423B

Black with #47423B

Text Example


Text Example

White with #47423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47423B; }

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

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

background-color css

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

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

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

border-color css

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

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

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