Html Css Color HEX #464340 Space Shuttle

📋 copy color: '#464340'

red 70 ◦ green 67 ◦ blue 64

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

Shades of Space Shuttle #464340

Tints of Space Shuttle #464340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.33%

 BLUE value IS 64 (25.39% from 255) = 31.84%

R = 34.83%
G = 33.33%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#464340 (or 0x464340) is known color: Space Shuttle. HEX triplet: 46, 43 and 40. RGB value is (70,67,64). Sum of RGB (Red+Green+Blue) = 70+67+64=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 70 - color contains mainly: red. Hex color #464340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464340 is #B9BCBF. Grayscale: #434343. Windows color (decimal): -12172480 or 4211526. OLE color: 4211526.

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

Color convert

RGB 70 67 64 -
CMYK 0 0.04 0.09 0.73
HSL 30º 0.04% 0.26% -
HSV(B) 30º 0.09% 0.27% -
XYZ 5.46 5.69 5.66 -
YUV 67.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 70 67 64 0 0.04 0.09 0.73 30 0.04 0.26
Hex 46 43 40 0 4 9 49 1E 4 1A
Octal 106 103 100 0 4 11 111 36 4 32
Binary 1000110 1000011 1000000 0 100 1001 1001001 11110 100 11010

Color Harmonies of #464340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464340

Black with #464340

Text Example


Text Example

White with #464340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464340; }

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

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

background-color css

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

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

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

border-color css

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

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

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