#444863

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

Shades of Port Gore #444863

Tints of Port Gore #444863

Color information

#444863 (or 0x444863) is unknown color: approx Port Gore. HEX triplet: 44, 48 and 63. RGB value is (68,72,99). Sum of RGB (Red+Green+Blue) = 68+72+99=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #444863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444863 is #BBB79C. Grayscale: #494949. Windows color (decimal): -12302237 or 6506564. OLE color: 6506564.

HSL color Cylindrical-coordinate representation of color #444863: hue angle of 232.26º 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 #444863 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB687299-
CMYK0.310.2700.61
HSL232.26º18.56%32.75%-
HSV(B)232.26º31.31%38.82%-
XYZ6.956.7612.74-
YUV73.88142.17123.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.45%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=28.45%
G=30.13%
B=41.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6872990.310.2700.61232.2618.5632.75
Hex4448631F1B03De81321
Octal10411014337330753502341
Binary100010010010001100011111111101101111011110100010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444863; }

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

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

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

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

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

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

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

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