#4B4640

Color #4B4640 Space Shuttle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Space Shuttle #4B4640

Tints of Space Shuttle #4B4640

Color information

#4B4640 (or 0x4B4640) is unknown color: approx Space Shuttle. HEX triplet: 4B, 46 and 40. RGB value is (75,70,64). Sum of RGB (Red+Green+Blue) = 75+70+64=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4640 is #B4B9BF. Grayscale: #464646. Windows color (decimal): -11844032 or 4212299. OLE color: 4212299.

HSL color Cylindrical-coordinate representation of color #4B4640: hue angle of 32.73º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4B4640 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB757064-
CMYK00.070.150.71
HSL32.73º7.91%27.25%-
HSV(B)32.73º14.67%29.41%-
XYZ6.026.255.74-
YUV70.81124.16130.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.89%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=35.89%
G=33.49%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75706400.070.150.7132.737.9127.25
Hex4B464007F472181b
Octal1131061000717107411033
Binary100101110001101000000011111111000111100001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B4640; }

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

 H1.HeaderClassName
 {
   color: #4B4640;
 }
 .AnyTagClassName
 {
   color: #4B4640;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #4B4640;
 }
 .BgClassName
 {
   background-color: #4B4640;
 }
</style>
border-color css

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

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

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