#46235B

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

Shades of Scarlet Gum #46235B

Tints of Scarlet Gum #46235B

Color information

#46235B (or 0x46235B) is unknown color: approx Scarlet Gum. HEX triplet: 46, 23 and 5B. RGB value is (70,35,91). Sum of RGB (Red+Green+Blue) = 70+35+91=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #46235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46235B is #B9DCA4. Grayscale: #333333. Windows color (decimal): -12180645 or 5972806. OLE color: 5972806.

HSL color Cylindrical-coordinate representation of color #46235B: hue angle of 277.5º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46235B is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB703591-
CMYK0.230.6200.64
HSL277.5º44.44%24.71%-
HSV(B)277.5º61.54%35.69%-
XYZ5.023.2610.26-
YUV51.85150.1140.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 35 (14.06% from 255) = 17.86%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=35.71%
G=17.86%
B=46.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7035910.230.6200.64277.544.4424.71
Hex46235B173E0401162c19
Octal10643133277601004265431
Binary10001101000111011011101111111100100000010001011010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46235B; }

 p { color: rgb(70,35,91); }

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

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

 a { background-color: rgb(70,35,91); }

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

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

 span { border-color: rgb(70,35,91); }

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