#444860

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

Shades of Port Gore #444860

Tints of Port Gore #444860

Color information

#444860 (or 0x444860) is unknown color: approx Port Gore. HEX triplet: 44, 48 and 60. RGB value is (68,72,96). Sum of RGB (Red+Green+Blue) = 68+72+96=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #444860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444860 is #BBB79F. Grayscale: #494949. Windows color (decimal): -12302240 or 6309956. OLE color: 6309956.

HSL color Cylindrical-coordinate representation of color #444860: hue angle of 231.43º 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 #444860 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB687296-
CMYK0.290.2500.62
HSL231.43º17.07%32.16%-
HSV(B)231.43º29.17%37.65%-
XYZ6.816.7112-
YUV73.54140.67124.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=28.81%
G=30.51%
B=40.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6872960.290.2500.62231.4317.0732.16
Hex4448601D1903Ee71120
Octal10411014035310763472140
Binary100010010010001100000111011100101111101110011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444860; }

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

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

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

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

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

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

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

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