#444C7A

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

Shades of Astronaut #444C7A

Tints of Astronaut #444C7A

Color information

#444C7A (or 0x444C7A) is unknown color: approx Astronaut. HEX triplet: 44, 4C and 7A. RGB value is (68,76,122). Sum of RGB (Red+Green+Blue) = 68+76+122=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #444C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C7A is #BBB385. Grayscale: #4E4E4E. Windows color (decimal): -12301190 or 8014916. OLE color: 8014916.

HSL color Cylindrical-coordinate representation of color #444C7A: hue angle of 231.11º 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 #444C7A is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6876122-
CMYK0.440.3800.52
HSL231.11º28.42%37.25%-
HSV(B)231.11º44.26%47.84%-
XYZ8.487.819.47-
YUV78.85152.35120.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.56%
GREEN value IS 76 (30.08% from 255) = 28.57%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=25.56%
G=28.57%
B=45.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68761220.440.3800.52231.1128.4237.25
Hex444C7A2C26034e71c25
Octal10411417254460643473445
Binary10001001001100111101010110010011001101001110011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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