Html Css Color HEX #46423B Space Shuttle

📋 copy color: '#46423B'

red 70 ◦ green 66 ◦ blue 59

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

Shades of Space Shuttle #46423B

Tints of Space Shuttle #46423B

RGB

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

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

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

R = 35.9%
G = 33.85%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#46423B (or 0x46423B) is known color: Space Shuttle. HEX triplet: 46, 42 and 3B. RGB value is (70,66,59). Sum of RGB (Red+Green+Blue) = 70+66+59=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 70 - color contains mainly: red. Hex color #46423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46423B is #B9BDC4. Grayscale: #424242. Windows color (decimal): -12172741 or 3883590. OLE color: 3883590.

HSL color Cylindrical-coordinate representation of color #46423B: hue angle of 38.18º 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 #46423B is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 66 59 -
CMYK 0 0.06 0.16 0.73
HSL 38.18º 0.09% 0.25% -
HSV(B) 38.18º 0.16% 0.27% -
XYZ 5.26 5.51 4.92 -
YUV 66.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 70 66 59 0 0.06 0.16 0.73 38.18 0.09 0.25
Hex 46 42 3B 0 6 10 49 26 9 19
Octal 106 102 73 0 6 20 111 46 11 31
Binary 1000110 1000010 111011 0 110 10000 1001001 100110 1001 11001

Color Harmonies of #46423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46423B

Black with #46423B

Text Example


Text Example

White with #46423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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