#440459

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

Shades of Scarlet Gum #440459

Tints of Scarlet Gum #440459

Color information

#440459 (or 0x440459) is unknown color: approx Scarlet Gum. HEX triplet: 44, 04 and 59. RGB value is (68,4,89). Sum of RGB (Red+Green+Blue) = 68+4+89=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #440459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440459 is #BBFBA6. Grayscale: #202020. Windows color (decimal): -12319655 or 5833796. OLE color: 5833796.

HSL color Cylindrical-coordinate representation of color #440459: hue angle of 285.18º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440459 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB68489-
CMYK0.240.9600.65
HSL285.18º91.4%18.24%-
HSV(B)285.18º95.51%34.9%-
XYZ4.232.049.62-
YUV32.83159.7153.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 89 (35.16% from 255) = 55.28%
R=42.24%
G=2.48%
B=55.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal684890.240.9600.65285.1891.418.24
Hex44459186004111d5b12
Octal104413130140010143513322
Binary1000100100101100111000110000001000001100011101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440459; }

 p { color: rgb(68,4,89); }

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

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

 a { background-color: rgb(68,4,89); }

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

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

 span { border-color: rgb(68,4,89); }

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