#44423E

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

Shades of Space Shuttle #44423E

Tints of Space Shuttle #44423E

Color information

#44423E (or 0x44423E) is unknown color: approx Space Shuttle. HEX triplet: 44, 42 and 3E. RGB value is (68,66,62). Sum of RGB (Red+Green+Blue) = 68+66+62=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 68 - color contains mainly: red. Hex color #44423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44423E is #BBBDC1. Grayscale: #424242. Windows color (decimal): -12303810 or 4080196. OLE color: 4080196.

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

Color convert

RGB686662-
CMYK00.030.090.73
HSL40º4.62%25.49%-
HSV(B)40º8.82%26.67%-
XYZ5.25.475.34-
YUV66.14125.66129.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.69%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 62 (24.61% from 255) = 31.63%
R=34.69%
G=33.67%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68666200.030.090.73404.6225.49
Hex44423E0394928519
Octal10410276031111150531
Binary100010010000101111100111001100100110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44423E; }

 p { color: rgb(68,66,62); }

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

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

 a { background-color: rgb(68,66,62); }

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

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

 span { border-color: rgb(68,66,62); }

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