#440457

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

Shades of Scarlet Gum #440457

Tints of Scarlet Gum #440457

Color information

#440457 (or 0x440457) is unknown color: approx Scarlet Gum. HEX triplet: 44, 04 and 57. RGB value is (68,4,87). Sum of RGB (Red+Green+Blue) = 68+4+87=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #440457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440457 is #BBFBA8. Grayscale: #202020. Windows color (decimal): -12319657 or 5702724. OLE color: 5702724.

HSL color Cylindrical-coordinate representation of color #440457: hue angle of 286.27º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440457 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB68487-
CMYK0.220.9500.66
HSL286.27º91.21%17.84%-
HSV(B)286.27º95.4%34.12%-
XYZ4.1529.19-
YUV32.6158.7153.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 87 (34.38% from 255) = 54.72%
R=42.77%
G=2.52%
B=54.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal684870.220.9500.66286.2791.2117.84
Hex44457165F04211e5b12
Octal104412726137010243613322
Binary1000100100101011110110101111101000010100011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440457; }

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

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

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

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

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

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

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

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