#442E5A

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

Shades of Jagger #442E5A

Tints of Jagger #442E5A

Color information

#442E5A (or 0x442E5A) is unknown color: approx Jagger. HEX triplet: 44, 2E and 5A. RGB value is (68,46,90). Sum of RGB (Red+Green+Blue) = 68+46+90=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #442E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442E5A is #BBD1A5. Grayscale: #393939. Windows color (decimal): -12308902 or 5910084. OLE color: 5910084.

HSL color Cylindrical-coordinate representation of color #442E5A: hue angle of 270º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #442E5A is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB684690-
CMYK0.240.4900.65
HSL270º32.35%26.67%-
HSV(B)270º48.89%35.29%-
XYZ5.213.9210.16-
YUV57.59146.29135.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.33%
GREEN value IS 46 (18.36% from 255) = 22.55%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=33.33%
G=22.55%
B=44.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6846900.240.4900.6527032.3526.67
Hex442E5A183104110e201b
Octal10456132306101014164033
Binary10001001011101011010110001100010100000110000111010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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