Html Css Color HEX #46413B Space Shuttle

📋 copy color: '#46413B'

red 70 ◦ green 65 ◦ blue 59

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

Shades of Space Shuttle #46413B

Tints of Space Shuttle #46413B

RGB

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

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

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

R = 36.08%
G = 33.51%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#46413B (or 0x46413B) is known color: Space Shuttle. HEX triplet: 46, 41 and 3B. RGB value is (70,65,59). Sum of RGB (Red+Green+Blue) = 70+65+59=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 70 - color contains mainly: red. Hex color #46413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46413B is #B9BEC4. Grayscale: #414141. Windows color (decimal): -12172997 or 3883334. OLE color: 3883334.

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

Color convert

RGB 70 65 59 -
CMYK 0 0.07 0.16 0.73
HSL 32.73º 0.09% 0.25% -
HSV(B) 32.73º 0.16% 0.27% -
XYZ 5.21 5.4 4.91 -
YUV 65.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 70 65 59 0 0.07 0.16 0.73 32.73 0.09 0.25
Hex 46 41 3B 0 7 10 49 21 9 19
Octal 106 101 73 0 7 20 111 41 11 31
Binary 1000110 1000001 111011 0 111 10000 1001001 100001 1001 11001

Color Harmonies of #46413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46413B

Black with #46413B

Text Example


Text Example

White with #46413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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