#442D57

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

Shades of Jagger #442D57

Tints of Jagger #442D57

Color information

#442D57 (or 0x442D57) is unknown color: approx Jagger. HEX triplet: 44, 2D and 57. RGB value is (68,45,87). Sum of RGB (Red+Green+Blue) = 68+45+87=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #442D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442D57 is #BBD2A8. Grayscale: #383838. Windows color (decimal): -12309161 or 5713220. OLE color: 5713220.

HSL color Cylindrical-coordinate representation of color #442D57: hue angle of 272.86º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #442D57 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB684587-
CMYK0.220.4800.66
HSL272.86º31.82%25.88%-
HSV(B)272.86º48.28%34.12%-
XYZ5.043.799.48-
YUV56.66145.12136.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 87 (34.38% from 255) = 43.5%
R=34%
G=22.5%
B=43.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6845870.220.4800.66272.8631.8225.88
Hex442D571630042111201a
Octal10455127266001024214032
Binary10001001011011010111101101100000100001010001000110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,45,87); }

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

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

 a { background-color: rgb(68,45,87); }

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

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

 span { border-color: rgb(68,45,87); }

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