#454B77

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

Shades of Astronaut #454B77

Tints of Astronaut #454B77

Color information

#454B77 (or 0x454B77) is unknown color: approx Astronaut. HEX triplet: 45, 4B and 77. RGB value is (69,75,119). Sum of RGB (Red+Green+Blue) = 69+75+119=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #454B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B77 is #BAB488. Grayscale: #4E4E4E. Windows color (decimal): -12235913 or 7818053. OLE color: 7818053.

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

Color convert

RGB6975119-
CMYK0.420.3700.53
HSL232.8º26.6%36.86%-
HSV(B)232.8º42.02%46.67%-
XYZ8.37.6318.49-
YUV78.22151.01121.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.24%
GREEN value IS 75 (29.69% from 255) = 28.52%
BLUE value IS 119 (46.88% from 255) = 45.25%
R=26.24%
G=28.52%
B=45.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69751190.420.3700.53232.826.636.86
Hex454B772A25035e91b25
Octal10511316752450653513345
Binary10001011001011111011110101010010101101011110100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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