#46305B

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

Shades of Scarlet Gum #46305B

Tints of Scarlet Gum #46305B

Color information

#46305B (or 0x46305B) is unknown color: approx Scarlet Gum. HEX triplet: 46, 30 and 5B. RGB value is (70,48,91). Sum of RGB (Red+Green+Blue) = 70+48+91=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #46305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46305B is #B9CFA4. Grayscale: #3B3B3B. Windows color (decimal): -12177317 or 5976134. OLE color: 5976134.

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

Color convert

RGB704891-
CMYK0.230.4700.64
HSL270.7º30.94%27.25%-
HSV(B)270.7º47.25%35.69%-
XYZ5.474.1710.41-
YUV59.48145.79135.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=33.49%
G=22.97%
B=43.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7048910.230.4700.64270.730.9427.25
Hex46305B172F04010f1f1b
Octal10660133275701004173733
Binary1000110110000101101110111101111010000001000011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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