#454341

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

Shades of Space Shuttle #454341

Tints of Space Shuttle #454341

Color information

#454341 (or 0x454341) is unknown color: approx Space Shuttle. HEX triplet: 45, 43 and 41. RGB value is (69,67,65). Sum of RGB (Red+Green+Blue) = 69+67+65=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 69 - color contains mainly: red. Hex color #454341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454341 is #BABCBE. Grayscale: #434343. Windows color (decimal): -12238015 or 4277061. OLE color: 4277061.

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

Color convert

RGB696765-
CMYK00.030.060.73
HSL30º2.99%26.27%-
HSV(B)30º5.8%27.06%-
XYZ5.425.665.81-
YUV67.37126.66129.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.33%
GREEN value IS 67 (26.56% from 255) = 33.33%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=34.33%
G=33.33%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69676500.030.060.73302.9926.27
Hex454341036491e31a
Octal10510310103611136332
Binary1000101100001110000010111101001001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454341; }

 p { color: rgb(69,67,65); }

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

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

 a { background-color: rgb(69,67,65); }

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

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

 span { border-color: rgb(69,67,65); }

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