#46304E

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

Shades of Scarlet Gum #46304E

Tints of Scarlet Gum #46304E

Color information

#46304E (or 0x46304E) is unknown color: approx Scarlet Gum. HEX triplet: 46, 30 and 4E. RGB value is (70,48,78). Sum of RGB (Red+Green+Blue) = 70+48+78=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 78 - color contains mainly: blue. Hex color #46304E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46304E is #B9CFB1. Grayscale: #393939. Windows color (decimal): -12177330 or 5124166. OLE color: 5124166.

HSL color Cylindrical-coordinate representation of color #46304E: hue angle of 284º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46304E is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB704878-
CMYK0.100.3800.69
HSL284º23.81%24.71%-
HSV(B)284º38.46%30.59%-
XYZ4.963.977.71-
YUV58139.29136.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=35.71%
G=24.49%
B=39.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7048780.100.3800.6928423.8124.71
Hex46304EA2604511c1819
Octal10660116124601054343031
Binary100011011000010011101010100110010001011000111001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46304E; }

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

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

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

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

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

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

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

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