#455077

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

Shades of Astronaut #455077

Tints of Astronaut #455077

Color information

#455077 (or 0x455077) is unknown color: approx Astronaut. HEX triplet: 45, 50 and 77. RGB value is (69,80,119). Sum of RGB (Red+Green+Blue) = 69+80+119=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #455077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455077 is #BAAF88. Grayscale: #505050. Windows color (decimal): -12234633 or 7819333. OLE color: 7819333.

HSL color Cylindrical-coordinate representation of color #455077: hue angle of 226.8º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #455077 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6980119-
CMYK0.420.3300.53
HSL226.8º26.6%36.86%-
HSV(B)226.8º42.02%46.67%-
XYZ8.658.3318.61-
YUV81.16149.36119.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.75%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 119 (46.88% from 255) = 44.40%
R=25.75%
G=29.85%
B=44.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69801190.420.3300.53226.826.636.86
Hex4550772A21035e31b25
Octal10512016752410653433345
Binary10001011010000111011110101010000101101011110001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455077; }

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

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

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

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

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

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

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

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