#444B73

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

Shades of Astronaut #444B73

Tints of Astronaut #444B73

Color information

#444B73 (or 0x444B73) is unknown color: approx Astronaut. HEX triplet: 44, 4B and 73. RGB value is (68,75,115). Sum of RGB (Red+Green+Blue) = 68+75+115=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #444B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B73 is #BBB48C. Grayscale: #4D4D4D. Windows color (decimal): -12301453 or 7555908. OLE color: 7555908.

HSL color Cylindrical-coordinate representation of color #444B73: hue angle of 231.06º 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 #444B73 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6875115-
CMYK0.410.3500.55
HSL231.06º25.68%35.88%-
HSV(B)231.06º40.87%45.1%-
XYZ7.997.517.25-
YUV77.47149.18121.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.36%
GREEN value IS 75 (29.69% from 255) = 29.07%
BLUE value IS 115 (45.31% from 255) = 44.57%
R=26.36%
G=29.07%
B=44.57%

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
Decimal68751150.410.3500.55231.0625.6835.88
Hex444B732923037e71a24
Octal10411316351430673473244
Binary10001001001011111001110100110001101101111110011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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