#442E50

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

Shades of Jagger #442E50

Tints of Jagger #442E50

Color information

#442E50 (or 0x442E50) is unknown color: approx Jagger. HEX triplet: 44, 2E and 50. RGB value is (68,46,80). Sum of RGB (Red+Green+Blue) = 68+46+80=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #442E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442E50 is #BBD1AF. Grayscale: #383838. Windows color (decimal): -12308912 or 5254724. OLE color: 5254724.

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

Color convert

RGB684680-
CMYK0.150.4200.69
HSL278.82º26.98%24.71%-
HSV(B)278.82º42.5%31.37%-
XYZ4.813.768.06-
YUV56.45141.29136.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.05%
GREEN value IS 46 (18.36% from 255) = 23.71%
BLUE value IS 80 (31.64% from 255) = 41.24%
R=35.05%
G=23.71%
B=41.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6846800.150.4200.69278.8226.9824.71
Hex442E50F2A0451171b19
Octal10456120175201054273331
Binary100010010111010100001111101010010001011000101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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