#454D73

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

Shades of Astronaut #454D73

Tints of Astronaut #454D73

Color information

#454D73 (or 0x454D73) is unknown color: approx Astronaut. HEX triplet: 45, 4D and 73. RGB value is (69,77,115). Sum of RGB (Red+Green+Blue) = 69+77+115=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #454D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D73 is #BAB28C. Grayscale: #4E4E4E. Windows color (decimal): -12235405 or 7556421. OLE color: 7556421.

HSL color Cylindrical-coordinate representation of color #454D73: hue angle of 229.57º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #454D73 is Cyan = 0.4, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6977115-
CMYK0.40.3300.55
HSL229.57º25%36.08%-
HSV(B)229.57º40%45.1%-
XYZ8.27.8117.29-
YUV78.94148.35120.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 77 (30.47% from 255) = 29.50%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=26.44%
G=29.50%
B=44.06%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69771150.40.3300.55229.572536.08
Hex454D732821037e61924
Octal10511516350410673463144
Binary10001011001101111001110100010000101101111110011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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