#444F75

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

Shades of Astronaut #444F75

Tints of Astronaut #444F75

Color information

#444F75 (or 0x444F75) is unknown color: approx Astronaut. HEX triplet: 44, 4F and 75. RGB value is (68,79,117). Sum of RGB (Red+Green+Blue) = 68+79+117=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #444F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F75 is #BBB08A. Grayscale: #4F4F4F. Windows color (decimal): -12300427 or 7688004. OLE color: 7688004.

HSL color Cylindrical-coordinate representation of color #444F75: hue angle of 226.53º 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 #444F75 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6879117-
CMYK0.420.3200.54
HSL226.53º26.49%36.27%-
HSV(B)226.53º41.88%45.88%-
XYZ8.398.1117.95-
YUV80.04148.86119.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 79 (31.25% from 255) = 29.92%
BLUE value IS 117 (46.09% from 255) = 44.32%
R=25.76%
G=29.92%
B=44.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68791170.420.3200.54226.5326.4936.27
Hex444F752A20036e31a24
Octal10411716552400663433244
Binary10001001001111111010110101010000001101101110001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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