#445473

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

Shades of Astronaut #445473

Tints of Astronaut #445473

Color information

#445473 (or 0x445473) is unknown color: approx Astronaut. HEX triplet: 44, 54 and 73. RGB value is (68,84,115). Sum of RGB (Red+Green+Blue) = 68+84+115=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #445473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445473 is #BBAB8C. Grayscale: #525252. Windows color (decimal): -12299149 or 7558212. OLE color: 7558212.

HSL color Cylindrical-coordinate representation of color #445473: hue angle of 219.57º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445473 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6884115-
CMYK0.410.2700.55
HSL219.57º25.68%35.88%-
HSV(B)219.57º40.87%45.1%-
XYZ8.658.8117.46-
YUV82.75146.2117.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.47%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 115 (45.31% from 255) = 43.07%
R=25.47%
G=31.46%
B=43.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68841150.410.2700.55219.5725.6835.88
Hex445473291B037dc1a24
Octal10412416351330673343244
Binary1000100101010011100111010011101101101111101110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445473; }

 p { color: rgb(68,84,115); }

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

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

 a { background-color: rgb(68,84,115); }

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

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

 span { border-color: rgb(68,84,115); }

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