#461E63

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

Shades of Scarlet Gum #461E63

Tints of Scarlet Gum #461E63

Color information

#461E63 (or 0x461E63) is unknown color: approx Scarlet Gum. HEX triplet: 46, 1E and 63. RGB value is (70,30,99). Sum of RGB (Red+Green+Blue) = 70+30+99=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #461E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E63 is #B9E19C. Grayscale: #313131. Windows color (decimal): -12181917 or 6495814. OLE color: 6495814.

HSL color Cylindrical-coordinate representation of color #461E63: hue angle of 274.78º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461E63 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB703099-
CMYK0.290.7000.61
HSL274.78º53.49%25.29%-
HSV(B)274.78º69.7%38.82%-
XYZ5.243.1312.13-
YUV49.83155.75142.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=35.18%
G=15.08%
B=49.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7030990.290.7000.61274.7853.4925.29
Hex461E631D4603D1133519
Octal10636143351060754236531
Binary1000110111101100011111011000110011110110001001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461E63; }

 p { color: rgb(70,30,99); }

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

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

 a { background-color: rgb(70,30,99); }

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

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

 span { border-color: rgb(70,30,99); }

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