#455280

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

Shades of Astronaut #455280

Tints of Astronaut #455280

Color information

#455280 (or 0x455280) is unknown color: approx Astronaut. HEX triplet: 45, 52 and 80. RGB value is (69,82,128). Sum of RGB (Red+Green+Blue) = 69+82+128=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #455280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455280 is #BAAD7F. Grayscale: #535353. Windows color (decimal): -12234112 or 8409669. OLE color: 8409669.

HSL color Cylindrical-coordinate representation of color #455280: hue angle of 226.78º 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 #455280 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6982128-
CMYK0.460.3600.50
HSL226.78º29.95%38.63%-
HSV(B)226.78º46.09%50.2%-
XYZ9.378.8621.64-
YUV83.36153.19117.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 128 (50.39% from 255) = 45.88%
R=24.73%
G=29.39%
B=45.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69821280.460.3600.50226.7829.9538.63
Hex4552802E24032e31e27
Octal10512220056440623433647
Binary100010110100101000000010111010010001100101110001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455280; }

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

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

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

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

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

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

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

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