#445379

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

Shades of Astronaut #445379

Tints of Astronaut #445379

Color information

#445379 (or 0x445379) is unknown color: approx Astronaut. HEX triplet: 44, 53 and 79. RGB value is (68,83,121). Sum of RGB (Red+Green+Blue) = 68+83+121=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #445379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445379 is #BBAC86. Grayscale: #525252. Windows color (decimal): -12299399 or 7951172. OLE color: 7951172.

HSL color Cylindrical-coordinate representation of color #445379: hue angle of 223.02º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #445379 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6883121-
CMYK0.440.3100.53
HSL223.02º28.04%37.06%-
HSV(B)223.02º43.8%47.45%-
XYZ8.938.819.32-
YUV82.85149.53117.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 121 (47.66% from 255) = 44.49%
R=25%
G=30.51%
B=44.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68831210.440.3100.53223.0228.0437.06
Hex4453792C1F035df1c25
Octal10412317154370653373445
Binary1000100101001111110011011001111101101011101111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445379; }

 p { color: rgb(68,83,121); }

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

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

 a { background-color: rgb(68,83,121); }

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

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

 span { border-color: rgb(68,83,121); }

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