#443C4C

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

Shades of Jagger #443C4C

Tints of Jagger #443C4C

Color information

#443C4C (or 0x443C4C) is unknown color: approx Jagger. HEX triplet: 44, 3C and 4C. RGB value is (68,60,76). Sum of RGB (Red+Green+Blue) = 68+60+76=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 76 - color contains mainly: blue. Hex color #443C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C4C is #BBC3B3. Grayscale: #404040. Windows color (decimal): -12305332 or 4996164. OLE color: 4996164.

HSL color Cylindrical-coordinate representation of color #443C4C: hue angle of 270º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #443C4C is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB686076-
CMYK0.110.2100.70
HSL270º11.76%26.67%-
HSV(B)270º21.05%29.8%-
XYZ5.34.987.52-
YUV64.22134.65130.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.33%
GREEN value IS 60 (23.83% from 255) = 29.41%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=33.33%
G=29.41%
B=37.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6860760.110.2100.7027011.7626.67
Hex443C4CB1504610ec1b
Octal10474114132501064161433
Binary1000100111100100110010111010101000110100001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,60,76); }

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

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

 a { background-color: rgb(68,60,76); }

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

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

 span { border-color: rgb(68,60,76); }

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