#462961

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

Shades of Scarlet Gum #462961

Tints of Scarlet Gum #462961

Color information

#462961 (or 0x462961) is unknown color: approx Scarlet Gum. HEX triplet: 46, 29 and 61. RGB value is (70,41,97). Sum of RGB (Red+Green+Blue) = 70+41+97=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #462961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462961 is #B9D69E. Grayscale: #373737. Windows color (decimal): -12179103 or 6367558. OLE color: 6367558.

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

Color convert

RGB704197-
CMYK0.280.5800.62
HSL271.07º40.58%27.06%-
HSV(B)271.07º57.73%38.04%-
XYZ5.483.7511.74-
YUV56.06151.11137.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 41 (16.41% from 255) = 19.71%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=33.65%
G=19.71%
B=46.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7041970.280.5800.62271.0740.5827.06
Hex4629611C3A03E10f291b
Octal1065114134720764175133
Binary1000110101001110000111100111010011111010000111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462961; }

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

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

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

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

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

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

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

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