#454F73

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

Shades of Astronaut #454F73

Tints of Astronaut #454F73

Color information

#454F73 (or 0x454F73) is unknown color: approx Astronaut. HEX triplet: 45, 4F and 73. RGB value is (69,79,115). Sum of RGB (Red+Green+Blue) = 69+79+115=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #454F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F73 is #BAB08C. Grayscale: #4F4F4F. Windows color (decimal): -12234893 or 7556933. OLE color: 7556933.

HSL color Cylindrical-coordinate representation of color #454F73: hue angle of 226.96º 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 #454F73 is Cyan = 0.4, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6979115-
CMYK0.40.3100.55
HSL226.96º25%36.08%-
HSV(B)226.96º40%45.1%-
XYZ8.348.0917.34-
YUV80.11147.69120.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.24%
GREEN value IS 79 (31.25% from 255) = 30.04%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=26.24%
G=30.04%
B=43.73%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69791150.40.3100.55226.962536.08
Hex454F73281F037e31924
Octal10511716350370673433144
Binary1000101100111111100111010001111101101111110001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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