Html Css Color HEX #46413D Space Shuttle

📋 copy color: '#46413D'

red 70 ◦ green 65 ◦ blue 61

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

Shades of Space Shuttle #46413D

Tints of Space Shuttle #46413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.16%

 BLUE value IS 61 (24.22% from 255) = 31.12%

R = 35.71%
G = 33.16%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#46413D (or 0x46413D) is known color: Space Shuttle. HEX triplet: 46, 41 and 3D. RGB value is (70,65,61). Sum of RGB (Red+Green+Blue) = 70+65+61=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 70 - color contains mainly: red. Hex color #46413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46413D is #B9BEC2. Grayscale: #424242. Windows color (decimal): -12172995 or 4014406. OLE color: 4014406.

HSL color Cylindrical-coordinate representation of color #46413D: hue angle of 26.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #46413D is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 65 61 -
CMYK 0 0.07 0.13 0.73
HSL 26.67º 0.07% 0.26% -
HSV(B) 26.67º 0.13% 0.27% -
XYZ 5.26 5.42 5.18 -
YUV 66.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 70 65 61 0 0.07 0.13 0.73 26.67 0.07 0.26
Hex 46 41 3D 0 7 D 49 1B 7 1A
Octal 106 101 75 0 7 15 111 33 7 32
Binary 1000110 1000001 111101 0 111 1101 1001001 11011 111 11010

Color Harmonies of #46413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46413D

Black with #46413D

Text Example


Text Example

White with #46413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46413D; }

 p { color: rgb(70,65,61); }

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

background-color css

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

 a { background-color: rgb(70,65,61); }

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

border-color css

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

 span { border-color: rgb(70,65,61); }

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