#44304C

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

Shades of Scarlet Gum #44304C

Tints of Scarlet Gum #44304C

Color information

#44304C (or 0x44304C) is unknown color: approx Scarlet Gum. HEX triplet: 44, 30 and 4C. RGB value is (68,48,76). Sum of RGB (Red+Green+Blue) = 68+48+76=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 76 - color contains mainly: blue. Hex color #44304C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44304C is #BBCFB3. Grayscale: #393939. Windows color (decimal): -12308404 or 4993092. OLE color: 4993092.

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

Color convert

RGB684876-
CMYK0.110.3700.70
HSL282.86º22.58%24.31%-
HSV(B)282.86º36.84%29.8%-
XYZ4.753.867.33-
YUV57.17138.63135.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 76 (30.08% from 255) = 39.58%
R=35.42%
G=25%
B=39.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6848760.110.3700.70282.8622.5824.31
Hex44304CB2504611b1718
Octal10460114134501064332730
Binary100010011000010011001011100101010001101000110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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