#462A5C

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

Shades of Scarlet Gum #462A5C

Tints of Scarlet Gum #462A5C

Color information

#462A5C (or 0x462A5C) is unknown color: approx Scarlet Gum. HEX triplet: 46, 2A and 5C. RGB value is (70,42,92). Sum of RGB (Red+Green+Blue) = 70+42+92=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #462A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462A5C is #B9D5A3. Grayscale: #373737. Windows color (decimal): -12178852 or 6040134. OLE color: 6040134.

HSL color Cylindrical-coordinate representation of color #462A5C: hue angle of 273.6º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #462A5C is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB704292-
CMYK0.240.5400.64
HSL273.6º37.31%26.27%-
HSV(B)273.6º54.35%36.08%-
XYZ5.293.7310.57-
YUV56.07148.28137.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 42 (16.80% from 255) = 20.59%
BLUE value IS 92 (36.33% from 255) = 45.10%
R=34.31%
G=20.59%
B=45.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7042920.240.5400.64273.637.3126.27
Hex462A5C1836040112251a
Octal10652134306601004224532
Binary10001101010101011100110001101100100000010001001010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462A5C; }

 p { color: rgb(70,42,92); }

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

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

 a { background-color: rgb(70,42,92); }

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

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

 span { border-color: rgb(70,42,92); }

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