#454C71

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

Shades of Astronaut #454C71

Tints of Astronaut #454C71

Color information

#454C71 (or 0x454C71) is unknown color: approx Astronaut. HEX triplet: 45, 4C and 71. RGB value is (69,76,113). Sum of RGB (Red+Green+Blue) = 69+76+113=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #454C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C71 is #BAB38E. Grayscale: #4D4D4D. Windows color (decimal): -12235663 or 7425093. OLE color: 7425093.

HSL color Cylindrical-coordinate representation of color #454C71: hue angle of 230.45º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #454C71 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6976113-
CMYK0.390.3300.56
HSL230.45º24.18%35.69%-
HSV(B)230.45º38.94%44.31%-
XYZ8.027.6316.67-
YUV78.12147.68121.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.74%
GREEN value IS 76 (30.08% from 255) = 29.46%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=26.74%
G=29.46%
B=43.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69761130.390.3300.56230.4524.1835.69
Hex454C712721038e61824
Octal10511416147410703463044
Binary10001011001100111000110011110000101110001110011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,76,113); }

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

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

 a { background-color: rgb(69,76,113); }

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

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

 span { border-color: rgb(69,76,113); }

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