#455080

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

Shades of Astronaut #455080

Tints of Astronaut #455080

Color information

#455080 (or 0x455080) is unknown color: approx Astronaut. HEX triplet: 45, 50 and 80. RGB value is (69,80,128). Sum of RGB (Red+Green+Blue) = 69+80+128=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #455080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455080 is #BAAF7F. Grayscale: #515151. Windows color (decimal): -12234624 or 8409157. OLE color: 8409157.

HSL color Cylindrical-coordinate representation of color #455080: hue angle of 228.81º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #455080 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6980128-
CMYK0.460.3800.50
HSL228.81º29.95%38.63%-
HSV(B)228.81º46.09%50.2%-
XYZ9.228.5621.59-
YUV82.18153.86118.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.91%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 128 (50.39% from 255) = 46.21%
R=24.91%
G=28.88%
B=46.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69801280.460.3800.50228.8129.9538.63
Hex4550802E26032e51e27
Octal10512020056460623453647
Binary100010110100001000000010111010011001100101110010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455080; }

 p { color: rgb(69,80,128); }

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

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

 a { background-color: rgb(69,80,128); }

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

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

 span { border-color: rgb(69,80,128); }

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