#454E77

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

Shades of Astronaut #454E77

Tints of Astronaut #454E77

Color information

#454E77 (or 0x454E77) is unknown color: approx Astronaut. HEX triplet: 45, 4E and 77. RGB value is (69,78,119). Sum of RGB (Red+Green+Blue) = 69+78+119=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #454E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E77 is #BAB188. Grayscale: #4F4F4F. Windows color (decimal): -12235145 or 7818821. OLE color: 7818821.

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

Color convert

RGB6978119-
CMYK0.420.3400.53
HSL229.2º26.6%36.86%-
HSV(B)229.2º42.02%46.67%-
XYZ8.518.0518.56-
YUV79.98150.02120.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.94%
GREEN value IS 78 (30.86% from 255) = 29.32%
BLUE value IS 119 (46.88% from 255) = 44.74%
R=25.94%
G=29.32%
B=44.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69781190.420.3400.53229.226.636.86
Hex454E772A22035e51b25
Octal10511616752420653453345
Binary10001011001110111011110101010001001101011110010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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