#462461

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

Shades of Scarlet Gum #462461

Tints of Scarlet Gum #462461

Color information

#462461 (or 0x462461) is unknown color: approx Scarlet Gum. HEX triplet: 46, 24 and 61. RGB value is (70,36,97). Sum of RGB (Red+Green+Blue) = 70+36+97=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #462461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462461 is #B9DB9E. Grayscale: #343434. Windows color (decimal): -12180383 or 6366278. OLE color: 6366278.

HSL color Cylindrical-coordinate representation of color #462461: hue angle of 273.44º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #462461 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB703697-
CMYK0.280.6300.62
HSL273.44º45.86%26.08%-
HSV(B)273.44º62.89%38.04%-
XYZ5.313.4311.69-
YUV53.12152.76140.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 36 (14.45% from 255) = 17.73%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=34.48%
G=17.73%
B=47.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7036970.280.6300.62273.4445.8626.08
Hex4624611C3F03E1112e1a
Octal1064414134770764215632
Binary1000110100100110000111100111111011111010001000110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462461; }

 p { color: rgb(70,36,97); }

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

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

 a { background-color: rgb(70,36,97); }

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

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

 span { border-color: rgb(70,36,97); }

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