#454D78

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

Shades of Astronaut #454D78

Tints of Astronaut #454D78

Color information

#454D78 (or 0x454D78) is unknown color: approx Astronaut. HEX triplet: 45, 4D and 78. RGB value is (69,77,120). Sum of RGB (Red+Green+Blue) = 69+77+120=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #454D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D78 is #BAB287. Grayscale: #4F4F4F. Windows color (decimal): -12235400 or 7884101. OLE color: 7884101.

HSL color Cylindrical-coordinate representation of color #454D78: hue angle of 230.59º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #454D78 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6977120-
CMYK0.420.3600.53
HSL230.59º26.98%37.06%-
HSV(B)230.59º42.5%47.06%-
XYZ8.57.9318.85-
YUV79.51150.85120.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.94%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=25.94%
G=28.95%
B=45.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69771200.420.3600.53230.5926.9837.06
Hex454D782A24035e71b25
Octal10511517052440653473345
Binary10001011001101111100010101010010001101011110011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,77,120); }

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

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

 a { background-color: rgb(69,77,120); }

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

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

 span { border-color: rgb(69,77,120); }

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