#445278

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

Shades of Astronaut #445278

Tints of Astronaut #445278

Color information

#445278 (or 0x445278) is unknown color: approx Astronaut. HEX triplet: 44, 52 and 78. RGB value is (68,82,120). Sum of RGB (Red+Green+Blue) = 68+82+120=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #445278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445278 is #BBAD87. Grayscale: #515151. Windows color (decimal): -12299656 or 7885380. OLE color: 7885380.

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

Color convert

RGB6882120-
CMYK0.430.3200.53
HSL223.85º27.66%36.86%-
HSV(B)223.85º43.33%47.06%-
XYZ8.798.6218.97-
YUV82.15149.36117.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.19%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=25.19%
G=30.37%
B=44.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68821200.430.3200.53223.8527.6636.86
Hex4452782B20035e01c25
Octal10412217053400653403445
Binary10001001010010111100010101110000001101011110000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445278; }

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

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

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

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

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

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

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

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