#4B4138

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

Shades of Space Shuttle #4B4138

Tints of Space Shuttle #4B4138

Color information

#4B4138 (or 0x4B4138) is unknown color: approx Space Shuttle. HEX triplet: 4B, 41 and 38. RGB value is (75,65,56). Sum of RGB (Red+Green+Blue) = 75+65+56=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4138 is #B4BEC7. Grayscale: #434343. Windows color (decimal): -11845320 or 3686731. OLE color: 3686731.

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

Color convert

RGB756556-
CMYK00.130.250.71
HSL28.42º14.5%25.69%-
HSV(B)28.42º25.33%29.41%-
XYZ5.515.564.52-
YUV66.96121.81133.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.27%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 56 (22.27% from 255) = 28.57%
R=38.27%
G=33.16%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75655600.130.250.7128.4214.525.69
Hex4B41380D19471cf1a
Octal1131017001531107341732
Binary100101110000011110000110111001100011111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,65,56); }

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

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

 a { background-color: rgb(75,65,56); }

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

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

 span { border-color: rgb(75,65,56); }

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