#42403C

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

Shades of Space Shuttle #42403C

Tints of Space Shuttle #42403C

Color information

#42403C (or 0x42403C) is unknown color: approx Space Shuttle. HEX triplet: 42, 40 and 3C. RGB value is (66,64,60). Sum of RGB (Red+Green+Blue) = 66+64+60=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 66 - color contains mainly: red. Hex color #42403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42403C is #BDBFC3. Grayscale: #404040. Windows color (decimal): -12435396 or 3948610. OLE color: 3948610.

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

Color convert

RGB666460-
CMYK00.030.090.74
HSL40º4.76%24.71%-
HSV(B)40º9.09%25.88%-
XYZ4.95.155.01-
YUV64.14125.66129.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 60 (23.83% from 255) = 31.58%
R=34.74%
G=33.68%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66646000.030.090.74404.7624.71
Hex42403C0394A28519
Octal10210074031111250531
Binary100001010000001111000111001100101010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42403C; }

 p { color: rgb(66,64,60); }

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

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

 a { background-color: rgb(66,64,60); }

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

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

 span { border-color: rgb(66,64,60); }

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