#454C7A

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

Shades of Astronaut #454C7A

Tints of Astronaut #454C7A

Color information

#454C7A (or 0x454C7A) is unknown color: approx Astronaut. HEX triplet: 45, 4C and 7A. RGB value is (69,76,122). Sum of RGB (Red+Green+Blue) = 69+76+122=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #454C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C7A is #BAB385. Grayscale: #4E4E4E. Windows color (decimal): -12235654 or 8014917. OLE color: 8014917.

HSL color Cylindrical-coordinate representation of color #454C7A: hue angle of 232.08º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #454C7A is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6976122-
CMYK0.430.3800.52
HSL232.08º27.75%37.45%-
HSV(B)232.08º43.44%47.84%-
XYZ8.557.8419.47-
YUV79.15152.18120.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.84%
GREEN value IS 76 (30.08% from 255) = 28.46%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=25.84%
G=28.46%
B=45.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69761220.430.3800.52232.0827.7537.45
Hex454C7A2B26034e81c25
Octal10511417253460643503445
Binary10001011001100111101010101110011001101001110100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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