#454B73

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

Shades of Astronaut #454B73

Tints of Astronaut #454B73

Color information

#454B73 (or 0x454B73) is unknown color: approx Astronaut. HEX triplet: 45, 4B and 73. RGB value is (69,75,115). Sum of RGB (Red+Green+Blue) = 69+75+115=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #454B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B73 is #BAB48C. Grayscale: #4D4D4D. Windows color (decimal): -12235917 or 7555909. OLE color: 7555909.

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

Color convert

RGB6975115-
CMYK0.40.3500.55
HSL232.17º25%36.08%-
HSV(B)232.17º40%45.1%-
XYZ8.067.5417.25-
YUV77.77149.01121.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 75 (29.69% from 255) = 28.96%
BLUE value IS 115 (45.31% from 255) = 44.40%
R=26.64%
G=28.96%
B=44.40%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69751150.40.3500.55232.172536.08
Hex454B732823037e81924
Octal10511316350430673503144
Binary10001011001011111001110100010001101101111110100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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