#455177

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

Shades of Astronaut #455177

Tints of Astronaut #455177

Color information

#455177 (or 0x455177) is unknown color: approx Astronaut. HEX triplet: 45, 51 and 77. RGB value is (69,81,119). Sum of RGB (Red+Green+Blue) = 69+81+119=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #455177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455177 is #BAAE88. Grayscale: #515151. Windows color (decimal): -12234377 or 7819589. OLE color: 7819589.

HSL color Cylindrical-coordinate representation of color #455177: hue angle of 225.6º 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 #455177 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6981119-
CMYK0.420.3200.53
HSL225.6º26.6%36.86%-
HSV(B)225.6º42.02%46.67%-
XYZ8.738.4818.63-
YUV81.74149.02118.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.65%
GREEN value IS 81 (32.03% from 255) = 30.11%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=25.65%
G=30.11%
B=44.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69811190.420.3200.53225.626.636.86
Hex4551772A20035e21b25
Octal10512116752400653423345
Binary10001011010001111011110101010000001101011110001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455177; }

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

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

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

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

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

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

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

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