#444B74

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

Shades of Astronaut #444B74

Tints of Astronaut #444B74

Color information

#444B74 (or 0x444B74) is unknown color: approx Astronaut. HEX triplet: 44, 4B and 74. RGB value is (68,75,116). Sum of RGB (Red+Green+Blue) = 68+75+116=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #444B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B74 is #BBB48B. Grayscale: #4D4D4D. Windows color (decimal): -12301452 or 7621444. OLE color: 7621444.

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

Color convert

RGB6875116-
CMYK0.410.3500.55
HSL231.25º26.09%36.08%-
HSV(B)231.25º41.38%45.49%-
XYZ8.057.5217.55-
YUV77.58149.68121.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.25%
GREEN value IS 75 (29.69% from 255) = 28.96%
BLUE value IS 116 (45.70% from 255) = 44.79%
R=26.25%
G=28.96%
B=44.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68751160.410.3500.55231.2526.0936.08
Hex444B742923037e71a24
Octal10411316451430673473244
Binary10001001001011111010010100110001101101111110011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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