Html Css Color HEX #46423F Space Shuttle

📋 copy color: '#46423F'

red 70 ◦ green 66 ◦ blue 63

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

Shades of Space Shuttle #46423F

Tints of Space Shuttle #46423F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.66%

R = 35.18%
G = 33.17%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#46423F (or 0x46423F) is known color: Space Shuttle. HEX triplet: 46, 42 and 3F. RGB value is (70,66,63). Sum of RGB (Red+Green+Blue) = 70+66+63=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 70 - color contains mainly: red. Hex color #46423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46423F is #B9BDC0. Grayscale: #424242. Windows color (decimal): -12172737 or 4145734. OLE color: 4145734.

HSL color Cylindrical-coordinate representation of color #46423F: hue angle of 25.71º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #46423F is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 66 63 -
CMYK 0 0.06 0.10 0.73
HSL 25.71º 0.05% 0.26% -
HSV(B) 25.71º 0.1% 0.27% -
XYZ 5.37 5.56 5.49 -
YUV 66.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 70 66 63 0 0.06 0.10 0.73 25.71 0.05 0.26
Hex 46 42 3F 0 6 A 49 1A 5 1A
Octal 106 102 77 0 6 12 111 32 5 32
Binary 1000110 1000010 111111 0 110 1010 1001001 11010 101 11010

Color Harmonies of #46423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46423F

Black with #46423F

Text Example


Text Example

White with #46423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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