#442F57

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

Shades of Jagger #442F57

Tints of Jagger #442F57

Color information

#442F57 (or 0x442F57) is unknown color: approx Jagger. HEX triplet: 44, 2F and 57. RGB value is (68,47,87). Sum of RGB (Red+Green+Blue) = 68+47+87=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #442F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442F57 is #BBD0A8. Grayscale: #393939. Windows color (decimal): -12308649 or 5713732. OLE color: 5713732.

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

Color convert

RGB684787-
CMYK0.220.4600.66
HSL271.5º29.85%26.27%-
HSV(B)271.5º45.98%34.12%-
XYZ5.123.959.51-
YUV57.84144.46135.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.66%
GREEN value IS 47 (18.75% from 255) = 23.27%
BLUE value IS 87 (34.38% from 255) = 43.07%
R=33.66%
G=23.27%
B=43.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6847870.220.4600.66271.529.8526.27
Hex442F57162E0421101e1a
Octal10457127265601024203632
Binary1000100101111101011110110101110010000101000100001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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