#444960

Color #444960 Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #444960

Tints of Port Gore #444960

Color information

#444960 (or 0x444960) is unknown color: approx Port Gore. HEX triplet: 44, 49 and 60. RGB value is (68,73,96). Sum of RGB (Red+Green+Blue) = 68+73+96=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #444960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444960 is #BBB69F. Grayscale: #4A4A4A. Windows color (decimal): -12301984 or 6310212. OLE color: 6310212.

HSL color Cylindrical-coordinate representation of color #444960: hue angle of 229.29º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #444960 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB687396-
CMYK0.290.2400.62
HSL229.29º17.07%32.16%-
HSV(B)229.29º29.17%37.65%-
XYZ6.886.8412.02-
YUV74.13140.34123.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.69%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 96 (37.89% from 255) = 40.51%
R=28.69%
G=30.80%
B=40.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6873960.290.2400.62229.2917.0732.16
Hex4449601D1803Ee51120
Octal10411114035300763452140
Binary100010010010011100000111011100001111101110010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444960; }

 p { color: rgb(68,73,96); }

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

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

 a { background-color: rgb(68,73,96); }

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

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

 span { border-color: rgb(68,73,96); }

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