#450459

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

Shades of Scarlet Gum #450459

Tints of Scarlet Gum #450459

Color information

#450459 (or 0x450459) is unknown color: approx Scarlet Gum. HEX triplet: 45, 04 and 59. RGB value is (69,4,89). Sum of RGB (Red+Green+Blue) = 69+4+89=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #450459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450459 is #BAFBA6. Grayscale: #202020. Windows color (decimal): -12254119 or 5833797. OLE color: 5833797.

HSL color Cylindrical-coordinate representation of color #450459: hue angle of 285.88º 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 #450459 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB69489-
CMYK0.220.9600.65
HSL285.88º91.4%18.24%-
HSV(B)285.88º95.51%34.9%-
XYZ4.32.079.62-
YUV33.12159.53153.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.59%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 89 (35.16% from 255) = 54.94%
R=42.59%
G=2.47%
B=54.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal694890.220.9600.65285.8891.418.24
Hex45459166004111e5b12
Octal105413126140010143613322
Binary1000101100101100110110110000001000001100011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450459; }

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

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

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

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

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

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

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

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