#44475E

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

Shades of Port Gore #44475E

Tints of Port Gore #44475E

Color information

#44475E (or 0x44475E) is unknown color: approx Port Gore. HEX triplet: 44, 47 and 5E. RGB value is (68,71,94). Sum of RGB (Red+Green+Blue) = 68+71+94=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 94 - color contains mainly: blue. Hex color #44475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44475E is #BBB8A1. Grayscale: #484848. Windows color (decimal): -12302498 or 6178628. OLE color: 6178628.

HSL color Cylindrical-coordinate representation of color #44475E: hue angle of 233.08º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #44475E is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB687194-
CMYK0.280.2400.63
HSL233.08º16.05%31.76%-
HSV(B)233.08º27.66%36.86%-
XYZ6.666.5411.5-
YUV72.72140.01124.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.18%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=29.18%
G=30.47%
B=40.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6871940.280.2400.63233.0816.0531.76
Hex44475E1C1803Fe91020
Octal10410713634300773512040
Binary100010010001111011110111001100001111111110100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44475E; }

 p { color: rgb(68,71,94); }

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

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

 a { background-color: rgb(68,71,94); }

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

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

 span { border-color: rgb(68,71,94); }

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