#460457

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

Shades of Scarlet Gum #460457

Tints of Scarlet Gum #460457

Color information

#460457 (or 0x460457) is unknown color: approx Scarlet Gum. HEX triplet: 46, 04 and 57. RGB value is (70,4,87). Sum of RGB (Red+Green+Blue) = 70+4+87=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #460457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460457 is #B9FBA8. Grayscale: #202020. Windows color (decimal): -12188585 or 5702726. OLE color: 5702726.

HSL color Cylindrical-coordinate representation of color #460457: hue angle of 287.71º 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 #460457 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB70487-
CMYK0.200.9500.66
HSL287.71º91.21%17.84%-
HSV(B)287.71º95.4%34.12%-
XYZ4.292.089.19-
YUV33.2158.37154.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 87 (34.38% from 255) = 54.04%
R=43.48%
G=2.48%
B=54.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal704870.200.9500.66287.7191.2117.84
Hex46457145F0421205b12
Octal106412724137010244013322
Binary1000110100101011110100101111101000010100100000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460457; }

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

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

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

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

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

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

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

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