#445378

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

Shades of Astronaut #445378

Tints of Astronaut #445378

Color information

#445378 (or 0x445378) is unknown color: approx Astronaut. HEX triplet: 44, 53 and 78. RGB value is (68,83,120). Sum of RGB (Red+Green+Blue) = 68+83+120=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #445378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445378 is #BBAC87. Grayscale: #525252. Windows color (decimal): -12299400 or 7885636. OLE color: 7885636.

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

Color convert

RGB6883120-
CMYK0.430.3100.53
HSL222.69º27.66%36.86%-
HSV(B)222.69º43.33%47.06%-
XYZ8.878.7719-
YUV82.73149.03117.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=25.09%
G=30.63%
B=44.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68831200.430.3100.53222.6927.6636.86
Hex4453782B1F035df1c25
Octal10412317053370653373445
Binary1000100101001111110001010111111101101011101111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445378; }

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

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

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

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

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

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

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

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