#442F50

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

Shades of Jagger #442F50

Tints of Jagger #442F50

Color information

#442F50 (or 0x442F50) is unknown color: approx Jagger. HEX triplet: 44, 2F and 50. RGB value is (68,47,80). Sum of RGB (Red+Green+Blue) = 68+47+80=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #442F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442F50 is #BBD0AF. Grayscale: #383838. Windows color (decimal): -12308656 or 5254980. OLE color: 5254980.

HSL color Cylindrical-coordinate representation of color #442F50: hue angle of 278.18º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #442F50 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB684780-
CMYK0.150.4100.69
HSL278.18º25.98%24.9%-
HSV(B)278.18º41.25%31.37%-
XYZ4.853.848.08-
YUV57.04140.96135.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.87%
GREEN value IS 47 (18.75% from 255) = 24.10%
BLUE value IS 80 (31.64% from 255) = 41.03%
R=34.87%
G=24.10%
B=41.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6847800.150.4100.69278.1825.9824.9
Hex442F50F290451161a19
Octal10457120175101054263231
Binary100010010111110100001111101001010001011000101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442F50; }

 p { color: rgb(68,47,80); }

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

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

 a { background-color: rgb(68,47,80); }

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

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

 span { border-color: rgb(68,47,80); }

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