#461864

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

Shades of Scarlet Gum #461864

Tints of Scarlet Gum #461864

Color information

#461864 (or 0x461864) is unknown color: approx Scarlet Gum. HEX triplet: 46, 18 and 64. RGB value is (70,24,100). Sum of RGB (Red+Green+Blue) = 70+24+100=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 100 (39.45% from 255 or 51.55% from 194); Max value from RGB is 100 - color contains mainly: blue. Hex color #461864 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461864 is #B9E79B. Grayscale: #2E2E2E. Windows color (decimal): -12183452 or 6559814. OLE color: 6559814.

HSL color Cylindrical-coordinate representation of color #461864: hue angle of 276.32º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461864 is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7024100-
CMYK0.300.7600.61
HSL276.32º61.29%24.31%-
HSV(B)276.32º76%39.22%-
XYZ5.152.8812.34-
YUV46.42158.24144.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 24 (9.77% from 255) = 12.37%
BLUE value IS 100 (39.45% from 255) = 51.55%
R=36.08%
G=12.37%
B=51.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70241000.300.7600.61276.3261.2924.31
Hex4618641E4C03D1143d18
Octal10630144361140754247530
Binary1000110110001100100111101001100011110110001010011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461864; }

 p { color: rgb(70,24,100); }

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

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

 a { background-color: rgb(70,24,100); }

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

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

 span { border-color: rgb(70,24,100); }

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