#460359

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

Shades of Scarlet Gum #460359

Tints of Scarlet Gum #460359

Color information

#460359 (or 0x460359) is unknown color: approx Scarlet Gum. HEX triplet: 46, 03 and 59. RGB value is (70,3,89). Sum of RGB (Red+Green+Blue) = 70+3+89=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 3 (1.56% from 255 or 1.85% 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 #460359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460359 is #B9FCA6. Grayscale: #202020. Windows color (decimal): -12188839 or 5833542. OLE color: 5833542.

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

Color convert

RGB70389-
CMYK0.210.9700.65
HSL286.74º93.48%18.04%-
HSV(B)286.74º96.63%34.9%-
XYZ4.362.099.62-
YUV32.84159.7154.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 3 (1.56% from 255) = 1.85%
BLUE value IS 89 (35.16% from 255) = 54.94%
R=43.21%
G=1.85%
B=54.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal703890.210.9700.65286.7493.4818.04
Hex46359156104111f5d12
Octal106313125141010143713522
Binary100011011101100110101110000101000001100011111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460359; }

 p { color: rgb(70,3,89); }

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

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

 a { background-color: rgb(70,3,89); }

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

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

 span { border-color: rgb(70,3,89); }

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