#445078

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

Shades of Astronaut #445078

Tints of Astronaut #445078

Color information

#445078 (or 0x445078) is unknown color: approx Astronaut. HEX triplet: 44, 50 and 78. RGB value is (68,80,120). Sum of RGB (Red+Green+Blue) = 68+80+120=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #445078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445078 is #BBAF87. Grayscale: #505050. Windows color (decimal): -12300168 or 7884868. OLE color: 7884868.

HSL color Cylindrical-coordinate representation of color #445078: hue angle of 226.15º 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 #445078 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6880120-
CMYK0.430.3300.53
HSL226.15º27.66%36.86%-
HSV(B)226.15º43.33%47.06%-
XYZ8.648.3218.92-
YUV80.97150.02118.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 120 (47.27% from 255) = 44.78%
R=25.37%
G=29.85%
B=44.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68801200.430.3300.53226.1527.6636.86
Hex4450782B21035e21c25
Octal10412017053410653423445
Binary10001001010000111100010101110000101101011110001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445078; }

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

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

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

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

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

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

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

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