#445181

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

Shades of Astronaut #445181

Tints of Astronaut #445181

Color information

#445181 (or 0x445181) is unknown color: approx Astronaut. HEX triplet: 44, 51 and 81. RGB value is (68,81,129). Sum of RGB (Red+Green+Blue) = 68+81+129=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #445181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445181 is #BBAE7E. Grayscale: #525252. Windows color (decimal): -12299903 or 8474948. OLE color: 8474948.

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

Color convert

RGB6881129-
CMYK0.470.3700.49
HSL227.21º30.96%38.63%-
HSV(B)227.21º47.29%50.59%-
XYZ9.298.721.96-
YUV82.58154.19117.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.46%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 129 (50.78% from 255) = 46.40%
R=24.46%
G=29.14%
B=46.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68811290.470.3700.49227.2130.9638.63
Hex4451812F25031e31f27
Octal10412120157450613433747
Binary100010010100011000000110111110010101100011110001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445181; }

 p { color: rgb(68,81,129); }

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

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

 a { background-color: rgb(68,81,129); }

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

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

 span { border-color: rgb(68,81,129); }

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