Shades of Astronaut #485380
Tints of Astronaut #485380
RGB
CMYK
RGB Variations
Color information
#485380 (or 0x485380) is known color: Astronaut. HEX triplet: 48, 53 and 80. RGB value is (72,83,128). Sum of RGB (Red+Green+Blue) = 72+83+128=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #485380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485380 is #B7AC7F. Grayscale: #545454. Windows color (decimal): -12037248 or 8409928. OLE color: 8409928.
HSL color Cylindrical-coordinate representation of color #485380: hue angle of 228.21º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #485380 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 83 | 128 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.50 |
| HSL | 228.21º | 0.28% | 0.39% | - |
| HSV(B) | 228.21º | 0.44% | 0.5% | - |
| XYZ | 9.66 | 9.12 | 21.67 | - |
| YUV | 84.84 | 152.36 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 128 | 0.44 | 0.35 | 0 | 0.50 | 228.21 | 0.28 | 0.39 |
| Hex | 48 | 53 | 80 | 2C | 23 | 0 | 32 | E4 | 1C | 27 |
| Octal | 110 | 123 | 200 | 54 | 43 | 0 | 62 | 344 | 34 | 47 |
| Binary | 1001000 | 1010011 | 10000000 | 101100 | 100011 | 0 | 110010 | 11100100 | 11100 | 100111 |
Color Harmonies of #485380
Complementary color
Monochromatic Colors of #485380
Black with #485380
Text Example
Text Example
White with #485380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485380; }
p { color: rgb(72,83,128); }
H1.HeaderClassName
{
color: #485380;
}
.AnyTagClassName
{
color: #485380;
}
</style>
background-color css
<style>
a { background-color: #485380; }
a { background-color: rgb(72,83,128); }
div.DivClassName
{
background-color: #485380;
}
.BgClassName
{
background-color: #485380;
}
</style>
border-color css
<style>
span { border-color: #485380; }
span { border-color: rgb(72,83,128); }
td.TdClassName
{
border-color: #485380;
}
.TagClassName
{
border-color: #485380;
}
</style>