#443F47

Color #443F47 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #443F47

Tints of Jagger #443F47

Color information

#443F47 (or 0x443F47) is unknown color: approx Jagger. HEX triplet: 44, 3F and 47. RGB value is (68,63,71). Sum of RGB (Red+Green+Blue) = 68+63+71=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 71 - color contains mainly: blue. Hex color #443F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443F47 is #BBC0B8. Grayscale: #414141. Windows color (decimal): -12304569 or 4669252. OLE color: 4669252.

HSL color Cylindrical-coordinate representation of color #443F47: hue angle of 277.5º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #443F47 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB686371-
CMYK0.040.1100.72
HSL277.5º5.97%26.27%-
HSV(B)277.5º11.27%27.84%-
XYZ5.35.246.69-
YUV65.41131.16129.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.66%
GREEN value IS 63 (25% from 255) = 31.19%
BLUE value IS 71 (28.12% from 255) = 35.15%
R=33.66%
G=31.19%
B=35.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6863710.040.1100.72277.55.9726.27
Hex443F474B04811661a
Octal104771074130110426632
Binary1000100111111100011110010110100100010001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443F47; }

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

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

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

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

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

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

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

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