#455477

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

Shades of Astronaut #455477

Tints of Astronaut #455477

Color information

#455477 (or 0x455477) is unknown color: approx Astronaut. HEX triplet: 45, 54 and 77. RGB value is (69,84,119). Sum of RGB (Red+Green+Blue) = 69+84+119=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #455477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455477 is #BAAB88. Grayscale: #535353. Windows color (decimal): -12233609 or 7820357. OLE color: 7820357.

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

Color convert

RGB6984119-
CMYK0.420.2900.53
HSL222º26.6%36.86%-
HSV(B)222º42.02%46.67%-
XYZ8.958.9418.71-
YUV83.5148.03117.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 119 (46.88% from 255) = 43.75%
R=25.37%
G=30.88%
B=43.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69841190.420.2900.5322226.636.86
Hex4554772A1D035de1b25
Octal10512416752350653363345
Binary1000101101010011101111010101110101101011101111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455477; }

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

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

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

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

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

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

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

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