#462453

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

Shades of Scarlet Gum #462453

Tints of Scarlet Gum #462453

Color information

#462453 (or 0x462453) is unknown color: approx Scarlet Gum. HEX triplet: 46, 24 and 53. RGB value is (70,36,83). Sum of RGB (Red+Green+Blue) = 70+36+83=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #462453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462453 is #B9DBAC. Grayscale: #333333. Windows color (decimal): -12180397 or 5448774. OLE color: 5448774.

HSL color Cylindrical-coordinate representation of color #462453: hue angle of 283.4º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #462453 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB703683-
CMYK0.160.5700.67
HSL283.4º39.5%23.33%-
HSV(B)283.4º56.63%32.55%-
XYZ4.723.198.55-
YUV51.52145.76141.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=37.04%
G=19.05%
B=43.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7036830.160.5700.67283.439.523.33
Hex462453103904311b2717
Octal10644123207101034334727
Binary10001101001001010011100001110010100001110001101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462453; }

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

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

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

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

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

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

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

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