#462450

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

Shades of Scarlet Gum #462450

Tints of Scarlet Gum #462450

Color information

#462450 (or 0x462450) is unknown color: approx Scarlet Gum. HEX triplet: 46, 24 and 50. RGB value is (70,36,80). Sum of RGB (Red+Green+Blue) = 70+36+80=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #462450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462450 is #B9DBAF. Grayscale: #333333. Windows color (decimal): -12180400 or 5252166. OLE color: 5252166.

HSL color Cylindrical-coordinate representation of color #462450: hue angle of 286.36º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #462450 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB703680-
CMYK0.120.5500.69
HSL286.36º37.93%22.75%-
HSV(B)286.36º55%31.37%-
XYZ4.63.147.95-
YUV51.18144.26141.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.63%
GREEN value IS 36 (14.45% from 255) = 19.35%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=37.63%
G=19.35%
B=43.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7036800.120.5500.69286.3637.9322.75
Hex462450C3704511e2617
Octal10644120146701054364627
Binary1000110100100101000011001101110100010110001111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462450; }

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

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

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

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

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

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

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

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