#444862

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

Shades of Port Gore #444862

Tints of Port Gore #444862

Color information

#444862 (or 0x444862) is unknown color: approx Port Gore. HEX triplet: 44, 48 and 62. RGB value is (68,72,98). Sum of RGB (Red+Green+Blue) = 68+72+98=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #444862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444862 is #BBB79D. Grayscale: #494949. Windows color (decimal): -12302238 or 6441028. OLE color: 6441028.

HSL color Cylindrical-coordinate representation of color #444862: hue angle of 232º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #444862 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB687298-
CMYK0.310.2700.62
HSL232º18.07%32.55%-
HSV(B)232º30.61%38.43%-
XYZ6.916.7512.49-
YUV73.77141.67123.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.57%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=28.57%
G=30.25%
B=41.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6872980.310.2700.6223218.0732.55
Hex4448621F1B03Ee81221
Octal10411014237330763502241
Binary100010010010001100010111111101101111101110100010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444862; }

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

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

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

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

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

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

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

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