#444964

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

Shades of Port Gore #444964

Tints of Port Gore #444964

Color information

#444964 (or 0x444964) is unknown color: approx Port Gore. HEX triplet: 44, 49 and 64. RGB value is (68,73,100). Sum of RGB (Red+Green+Blue) = 68+73+100=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 100 - color contains mainly: blue. Hex color #444964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444964 is #BBB69B. Grayscale: #4A4A4A. Windows color (decimal): -12301980 or 6572356. OLE color: 6572356.

HSL color Cylindrical-coordinate representation of color #444964: hue angle of 230.62º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #444964 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6873100-
CMYK0.320.2700.61
HSL230.62º19.05%32.94%-
HSV(B)230.62º32%39.22%-
XYZ7.076.9113.02-
YUV74.58142.34123.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 100 (39.45% from 255) = 41.49%
R=28.22%
G=30.29%
B=41.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal68731000.320.2700.61230.6219.0532.94
Hex444964201B03De71321
Octal10411114440330753472341
Binary1000100100100111001001000001101101111011110011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444964; }

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

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

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

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

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

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

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

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