#444A60

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

Shades of Port Gore #444A60

Tints of Port Gore #444A60

Color information

#444A60 (or 0x444A60) is unknown color: approx Port Gore. HEX triplet: 44, 4A and 60. RGB value is (68,74,96). Sum of RGB (Red+Green+Blue) = 68+74+96=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #444A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A60 is #BBB59F. Grayscale: #4A4A4A. Windows color (decimal): -12301728 or 6310468. OLE color: 6310468.

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

Color convert

RGB687496-
CMYK0.290.2300.62
HSL227.14º17.07%32.16%-
HSV(B)227.14º29.17%37.65%-
XYZ6.946.9712.05-
YUV74.71140.01123.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.57%
GREEN value IS 74 (29.30% from 255) = 31.09%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=28.57%
G=31.09%
B=40.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6874960.290.2300.62227.1417.0732.16
Hex444A601D1703Ee31120
Octal10411214035270763432140
Binary100010010010101100000111011011101111101110001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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