Html Css Color HEX #464440 Space Shuttle

📋 copy color: '#464440'

red 70 ◦ green 68 ◦ blue 64

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

Shades of Space Shuttle #464440

Tints of Space Shuttle #464440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.66%

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

R = 34.65%
G = 33.66%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#464440 (or 0x464440) is known color: Space Shuttle. HEX triplet: 46, 44 and 40. RGB value is (70,68,64). Sum of RGB (Red+Green+Blue) = 70+68+64=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 70 - color contains mainly: red. Hex color #464440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464440 is #B9BBBF. Grayscale: #444444. Windows color (decimal): -12172224 or 4211782. OLE color: 4211782.

HSL color Cylindrical-coordinate representation of color #464440: hue angle of 40º 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 #464440 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 68 64 -
CMYK 0 0.03 0.09 0.73
HSL 40º 0.04% 0.26% -
HSV(B) 40º 0.09% 0.27% -
XYZ 5.52 5.81 5.68 -
YUV 68.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 70 68 64 0 0.03 0.09 0.73 40 0.04 0.26
Hex 46 44 40 0 3 9 49 28 4 1A
Octal 106 104 100 0 3 11 111 50 4 32
Binary 1000110 1000100 1000000 0 11 1001 1001001 101000 100 11010

Color Harmonies of #464440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464440

Black with #464440

Text Example


Text Example

White with #464440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464440; }

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

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

background-color css

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

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

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

border-color css

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

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

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