#454E76

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

Shades of Astronaut #454E76

Tints of Astronaut #454E76

Color information

#454E76 (or 0x454E76) is unknown color: approx Astronaut. HEX triplet: 45, 4E and 76. RGB value is (69,78,118). Sum of RGB (Red+Green+Blue) = 69+78+118=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #454E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E76 is #BAB189. Grayscale: #4F4F4F. Windows color (decimal): -12235146 or 7753285. OLE color: 7753285.

HSL color Cylindrical-coordinate representation of color #454E76: hue angle of 228.98º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #454E76 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6978118-
CMYK0.420.3400.54
HSL228.98º26.2%36.67%-
HSV(B)228.98º41.53%46.27%-
XYZ8.458.0218.24-
YUV79.87149.52120.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=26.04%
G=29.43%
B=44.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69781180.420.3400.54228.9826.236.67
Hex454E762A22036e51a25
Octal10511616652420663453245
Binary10001011001110111011010101010001001101101110010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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