#444C75

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

Shades of Astronaut #444C75

Tints of Astronaut #444C75

Color information

#444C75 (or 0x444C75) is unknown color: approx Astronaut. HEX triplet: 44, 4C and 75. RGB value is (68,76,117). Sum of RGB (Red+Green+Blue) = 68+76+117=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #444C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C75 is #BBB38A. Grayscale: #4E4E4E. Windows color (decimal): -12301195 or 7687236. OLE color: 7687236.

HSL color Cylindrical-coordinate representation of color #444C75: hue angle of 230.2º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #444C75 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6876117-
CMYK0.420.3500.54
HSL230.2º26.49%36.27%-
HSV(B)230.2º41.88%45.88%-
XYZ8.187.6817.88-
YUV78.28149.85120.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.05%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=26.05%
G=29.12%
B=44.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68761170.420.3500.54230.226.4936.27
Hex444C752A23036e61a24
Octal10411416552430663463244
Binary10001001001100111010110101010001101101101110011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444C75; }

 p { color: rgb(68,76,117); }

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

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

 a { background-color: rgb(68,76,117); }

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

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

 span { border-color: rgb(68,76,117); }

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