#445470

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

Shades of Astronaut #445470

Tints of Astronaut #445470

Color information

#445470 (or 0x445470) is unknown color: approx Astronaut. HEX triplet: 44, 54 and 70. RGB value is (68,84,112). Sum of RGB (Red+Green+Blue) = 68+84+112=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #445470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445470 is #BBAB8F. Grayscale: #525252. Windows color (decimal): -12299152 or 7361604. OLE color: 7361604.

HSL color Cylindrical-coordinate representation of color #445470: hue angle of 218.18º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #445470 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6884112-
CMYK0.390.2500.56
HSL218.18º24.44%35.29%-
HSV(B)218.18º39.29%43.92%-
XYZ8.488.7416.57-
YUV82.41144.7117.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=25.76%
G=31.82%
B=42.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68841120.390.2500.56218.1824.4435.29
Hex4454702719038da1823
Octal10412416047310703323043
Binary1000100101010011100001001111100101110001101101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445470; }

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

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

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

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

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

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

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

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