#444A63

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

Shades of Port Gore #444A63

Tints of Port Gore #444A63

Color information

#444A63 (or 0x444A63) is unknown color: approx Port Gore. HEX triplet: 44, 4A and 63. RGB value is (68,74,99). Sum of RGB (Red+Green+Blue) = 68+74+99=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #444A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A63 is #BBB59C. Grayscale: #4A4A4A. Windows color (decimal): -12301725 or 6507076. OLE color: 6507076.

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

Color convert

RGB687499-
CMYK0.310.2500.61
HSL228.39º18.56%32.75%-
HSV(B)228.39º31.31%38.82%-
XYZ7.087.0312.79-
YUV75.06141.51122.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 74 (29.30% from 255) = 30.71%
BLUE value IS 99 (39.06% from 255) = 41.08%
R=28.22%
G=30.71%
B=41.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6874990.310.2500.61228.3918.5632.75
Hex444A631F1903De41321
Octal10411214337310753442341
Binary100010010010101100011111111100101111011110010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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