#44304D

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

Shades of Jagger #44304D

Tints of Jagger #44304D

Color information

#44304D (or 0x44304D) is unknown color: approx Jagger. HEX triplet: 44, 30 and 4D. RGB value is (68,48,77). Sum of RGB (Red+Green+Blue) = 68+48+77=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 77 - color contains mainly: blue. Hex color #44304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44304D is #BBCFB2. Grayscale: #393939. Windows color (decimal): -12308403 or 5058628. OLE color: 5058628.

HSL color Cylindrical-coordinate representation of color #44304D: hue angle of 281.38º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #44304D is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB684877-
CMYK0.120.3800.70
HSL281.38º23.2%24.51%-
HSV(B)281.38º37.66%30.2%-
XYZ4.783.887.52-
YUV57.29139.13135.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=35.23%
G=24.87%
B=39.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6848770.120.3800.70281.3823.224.51
Hex44304DC260461191719
Octal10460115144601064312731
Binary100010011000010011011100100110010001101000110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44304D; }

 p { color: rgb(68,48,77); }

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

<style>
 a { background-color: #44304D; }

 a { background-color: rgb(68,48,77); }

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

<style>
 span { border-color: #44304D; }

 span { border-color: rgb(68,48,77); }

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