#46225C

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

Shades of Scarlet Gum #46225C

Tints of Scarlet Gum #46225C

Color information

#46225C (or 0x46225C) is unknown color: approx Scarlet Gum. HEX triplet: 46, 22 and 5C. RGB value is (70,34,92). Sum of RGB (Red+Green+Blue) = 70+34+92=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #46225C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46225C is #B9DDA3. Grayscale: #333333. Windows color (decimal): -12180900 or 6038086. OLE color: 6038086.

HSL color Cylindrical-coordinate representation of color #46225C: hue angle of 277.24º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46225C is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB703492-
CMYK0.240.6300.64
HSL277.24º46.03%24.71%-
HSV(B)277.24º63.04%36.08%-
XYZ5.033.2210.48-
YUV51.38150.93141.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 34 (13.67% from 255) = 17.35%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=35.71%
G=17.35%
B=46.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7034920.240.6300.64277.2446.0324.71
Hex46225C183F0401152e19
Octal10642134307701004255631
Binary10001101000101011100110001111110100000010001010110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46225C; }

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

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

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

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

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

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

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

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