#444B6E

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

Shades of Astronaut #444B6E

Tints of Astronaut #444B6E

Color information

#444B6E (or 0x444B6E) is unknown color: approx Astronaut. HEX triplet: 44, 4B and 6E. RGB value is (68,75,110). Sum of RGB (Red+Green+Blue) = 68+75+110=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 110 - color contains mainly: blue. Hex color #444B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B6E is #BBB491. Grayscale: #4C4C4C. Windows color (decimal): -12301458 or 7228228. OLE color: 7228228.

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

Color convert

RGB6875110-
CMYK0.380.3200.57
HSL230º23.6%34.9%-
HSV(B)230º38.18%43.14%-
XYZ7.717.3915.77-
YUV76.9146.68121.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.88%
GREEN value IS 75 (29.69% from 255) = 29.64%
BLUE value IS 110 (43.36% from 255) = 43.48%
R=26.88%
G=29.64%
B=43.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68751100.380.3200.5723023.634.9
Hex444B6E2620039e61823
Octal10411315646400713463043
Binary10001001001011110111010011010000001110011110011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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