#454D77

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

Shades of Astronaut #454D77

Tints of Astronaut #454D77

Color information

#454D77 (or 0x454D77) is unknown color: approx Astronaut. HEX triplet: 45, 4D and 77. RGB value is (69,77,119). Sum of RGB (Red+Green+Blue) = 69+77+119=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #454D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D77 is #BAB288. Grayscale: #4F4F4F. Windows color (decimal): -12235401 or 7818565. OLE color: 7818565.

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

Color convert

RGB6977119-
CMYK0.420.3500.53
HSL230.4º26.6%36.86%-
HSV(B)230.4º42.02%46.67%-
XYZ8.447.918.53-
YUV79.4150.35120.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 77 (30.47% from 255) = 29.06%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=26.04%
G=29.06%
B=44.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69771190.420.3500.53230.426.636.86
Hex454D772A23035e61b25
Octal10511516752430653463345
Binary10001011001101111011110101010001101101011110011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454D77; }

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

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

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

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

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

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

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

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