#444C6E

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

Shades of Astronaut #444C6E

Tints of Astronaut #444C6E

Color information

#444C6E (or 0x444C6E) is unknown color: approx Astronaut. HEX triplet: 44, 4C and 6E. RGB value is (68,76,110). Sum of RGB (Red+Green+Blue) = 68+76+110=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #444C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C6E is #BBB391. Grayscale: #4D4D4D. Windows color (decimal): -12301202 or 7228484. OLE color: 7228484.

HSL color Cylindrical-coordinate representation of color #444C6E: hue angle of 228.57º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #444C6E is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6876110-
CMYK0.380.3100.57
HSL228.57º23.6%34.9%-
HSV(B)228.57º38.18%43.14%-
XYZ7.787.5215.79-
YUV77.48146.35121.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.77%
GREEN value IS 76 (30.08% from 255) = 29.92%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=26.77%
G=29.92%
B=43.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68761100.380.3100.57228.5723.634.9
Hex444C6E261F039e51823
Octal10411415646370713453043
Binary1000100100110011011101001101111101110011110010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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