Shades of Space Shuttle #454341
Tints of Space Shuttle #454341
RGB
CMYK
RGB Variations
Color information
#454341 (or 0x454341) is known color: 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
| RGB | 69 | 67 | 65 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.73 |
| HSL | 30º | 0.03% | 0.26% | - |
| HSV(B) | 30º | 0.06% | 0.27% | - |
| XYZ | 5.42 | 5.66 | 5.81 | - |
| YUV | 67.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 65 | 0 | 0.03 | 0.06 | 0.73 | 30 | 0.03 | 0.26 |
| Hex | 45 | 43 | 41 | 0 | 3 | 6 | 49 | 1E | 3 | 1A |
| Octal | 105 | 103 | 101 | 0 | 3 | 6 | 111 | 36 | 3 | 32 |
| Binary | 1000101 | 1000011 | 1000001 | 0 | 11 | 110 | 1001001 | 11110 | 11 | 11010 |
Color Harmonies of #454341
Complementary color
Monochromatic Colors of #454341
Black with #454341
Text Example
Text Example
White with #454341
Text Example
Text Example
HTML Codes & Css Web 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>