#444A46

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

Shades of Goblin #444A46

Tints of Goblin #444A46

Color information

#444A46 (or 0x444A46) is unknown color: approx Goblin. HEX triplet: 44, 4A and 46. RGB value is (68,74,70). Sum of RGB (Red+Green+Blue) = 68+74+70=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 74 - color contains mainly: green. Hex color #444A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A46 is #BBB5B9. Grayscale: #474747. Windows color (decimal): -12301754 or 4606532. OLE color: 4606532.

HSL color Cylindrical-coordinate representation of color #444A46: hue angle of 140º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #444A46 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB687470-
CMYK0.0800.050.71
HSL140º4.23%27.84%-
HSV(B)140º8.11%29.02%-
XYZ5.946.576.75-
YUV71.75127.01125.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.08%
GREEN value IS 74 (29.30% from 255) = 34.91%
BLUE value IS 70 (27.73% from 255) = 33.02%
R=32.08%
G=34.91%
B=33.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6874700.0800.050.711404.2327.84
Hex444A46805478c41c
Octal1041121061005107214434
Binary1000100100101010001101000010110001111000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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