Html Css Color HEX #46403C Space Shuttle

📋 copy color: '#46403C'

red 70 ◦ green 64 ◦ blue 60

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

Shades of Space Shuttle #46403C

Tints of Space Shuttle #46403C

RGB

 RED value IS 70 (27.73% from 255) = 36.08%

 GREEN value IS 64 (25.39% from 255) = 32.99%

 BLUE value IS 60 (23.83% from 255) = 30.93%

R = 36.08%
G = 32.99%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#46403C (or 0x46403C) is known color: Space Shuttle. HEX triplet: 46, 40 and 3C. RGB value is (70,64,60). Sum of RGB (Red+Green+Blue) = 70+64+60=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 70 - color contains mainly: red. Hex color #46403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46403C is #B9BFC3. Grayscale: #414141. Windows color (decimal): -12173252 or 3948614. OLE color: 3948614.

HSL color Cylindrical-coordinate representation of color #46403C: hue angle of 24º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #46403C is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 64 60 -
CMYK 0 0.09 0.14 0.73
HSL 24º 0.08% 0.25% -
HSV(B) 24º 0.14% 0.27% -
XYZ 5.17 5.3 5.02 -
YUV 65.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 70 64 60 0 0.09 0.14 0.73 24 0.08 0.25
Hex 46 40 3C 0 9 E 49 18 8 19
Octal 106 100 74 0 11 16 111 30 10 31
Binary 1000110 1000000 111100 0 1001 1110 1001001 11000 1000 11001

Color Harmonies of #46403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46403C

Black with #46403C

Text Example


Text Example

White with #46403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46403C; }

 p { color: rgb(70,64,60); }

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

background-color css

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

 a { background-color: rgb(70,64,60); }

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

border-color css

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

 span { border-color: rgb(70,64,60); }

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