#45413B

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

Shades of Space Shuttle #45413B

Tints of Space Shuttle #45413B

Color information

#45413B (or 0x45413B) is unknown color: approx Space Shuttle. HEX triplet: 45, 41 and 3B. RGB value is (69,65,59). Sum of RGB (Red+Green+Blue) = 69+65+59=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 69 - color contains mainly: red. Hex color #45413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45413B is #BABEC4. Grayscale: #414141. Windows color (decimal): -12238533 or 3883333. OLE color: 3883333.

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

Color convert

RGB696559-
CMYK00.060.140.73
HSL36º7.81%25.1%-
HSV(B)36º14.49%27.06%-
XYZ5.135.364.9-
YUV65.51124.33130.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 65 (25.78% from 255) = 33.68%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=35.75%
G=33.68%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69655900.060.140.73367.8125.1
Hex45413B06E4924819
Octal105101730616111441031
Binary10001011000001111011011011101001001100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45413B; }

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

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

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

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

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

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

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

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