#444B71

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

Shades of Astronaut #444B71

Tints of Astronaut #444B71

Color information

#444B71 (or 0x444B71) is unknown color: approx Astronaut. HEX triplet: 44, 4B and 71. RGB value is (68,75,113). Sum of RGB (Red+Green+Blue) = 68+75+113=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #444B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B71 is #BBB48E. Grayscale: #4D4D4D. Windows color (decimal): -12301455 or 7424836. OLE color: 7424836.

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

Color convert

RGB6875113-
CMYK0.400.3400.56
HSL230.67º24.86%35.49%-
HSV(B)230.67º39.82%44.31%-
XYZ7.887.4516.65-
YUV77.24148.18121.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=26.56%
G=29.30%
B=44.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68751130.400.3400.56230.6724.8635.49
Hex444B712822038e71923
Octal10411316150420703473143
Binary10001001001011111000110100010001001110001110011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,75,113); }

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

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

 a { background-color: rgb(68,75,113); }

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

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

 span { border-color: rgb(68,75,113); }

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