#444F7A

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

Shades of Astronaut #444F7A

Tints of Astronaut #444F7A

Color information

#444F7A (or 0x444F7A) is unknown color: approx Astronaut. HEX triplet: 44, 4F and 7A. RGB value is (68,79,122). Sum of RGB (Red+Green+Blue) = 68+79+122=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 122 - color contains mainly: blue. Hex color #444F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F7A is #BBB085. Grayscale: #505050. Windows color (decimal): -12300422 or 8015684. OLE color: 8015684.

HSL color Cylindrical-coordinate representation of color #444F7A: hue angle of 227.78º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #444F7A is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6879122-
CMYK0.440.3500.52
HSL227.78º28.42%37.25%-
HSV(B)227.78º44.26%47.84%-
XYZ8.698.2319.54-
YUV80.61151.36119-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 79 (31.25% from 255) = 29.37%
BLUE value IS 122 (48.05% from 255) = 45.35%
R=25.28%
G=29.37%
B=45.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68791220.440.3500.52227.7828.4237.25
Hex444F7A2C23034e41c25
Octal10411717254430643443445
Binary10001001001111111101010110010001101101001110010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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