#462A4F

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

Shades of Scarlet Gum #462A4F

Tints of Scarlet Gum #462A4F

Color information

#462A4F (or 0x462A4F) is unknown color: approx Scarlet Gum. HEX triplet: 46, 2A and 4F. RGB value is (70,42,79). Sum of RGB (Red+Green+Blue) = 70+42+79=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #462A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462A4F is #B9D5B0. Grayscale: #363636. Windows color (decimal): -12178865 or 5188166. OLE color: 5188166.

HSL color Cylindrical-coordinate representation of color #462A4F: hue angle of 285.41º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #462A4F is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB704279-
CMYK0.110.4700.69
HSL285.41º30.58%23.73%-
HSV(B)285.41º46.84%30.98%-
XYZ4.773.527.83-
YUV54.59141.78138.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=36.65%
G=21.99%
B=41.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7042790.110.4700.69285.4130.5823.73
Hex462A4FB2F04511d1f18
Octal10652117135701054353730
Binary100011010101010011111011101111010001011000111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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