Html Css Color HEX #46065D Scarlet Gum

📋 copy color: '#46065D'

red 70 ◦ green 6 ◦ blue 93

#46065D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #46065D

Tints of Scarlet Gum #46065D

RGB

 RED value IS 70 (27.73% from 255) = 41.42%

 GREEN value IS 6 (2.73% from 255) = 3.55%

 BLUE value IS 93 (36.72% from 255) = 55.03%

R = 41.42%
G = 3.55%
B = 55.03%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46065D (or 0x46065D) is known color: Scarlet Gum. HEX triplet: 46, 06 and 5D. RGB value is (70,6,93). Sum of RGB (Red+Green+Blue) = 70+6+93=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #46065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46065D is #B9F9A2. Grayscale: #222222. Windows color (decimal): -12188067 or 6096454. OLE color: 6096454.

HSL color Cylindrical-coordinate representation of color #46065D: hue angle of 284.14º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46065D is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 6 93 -
CMYK 0.25 0.94 0 0.64
HSL 284.14º 0.88% 0.19% -
HSV(B) 284.14º 0.94% 0.36% -
XYZ 4.57 2.22 10.54 -
YUV 35.05 160.7 152.93 -
System Red Green Blue C M Y K H S L
Decimal 70 6 93 0.25 0.94 0 0.64 284.14 0.88 0.19
Hex 46 6 5D 19 5E 0 40 11C 58 13
Octal 106 6 135 31 136 0 100 434 130 23
Binary 1000110 110 1011101 11001 1011110 0 1000000 100011100 1011000 10011

Color Harmonies of #46065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46065D

Black with #46065D

Text Example


Text Example

White with #46065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46065D; }

 p { color: rgb(70,6,93); }

 H1.HeaderClassName
 {
   color: #46065D;
 }
 .AnyTagClassName
 {
   color: #46065D;
 }
</style>

background-color css

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

 a { background-color: rgb(70,6,93); }

 div.DivClassName
 {
   background-color: #46065D;
 }
 .BgClassName
 {
   background-color: #46065D;
 }
</style>

border-color css

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

 span { border-color: rgb(70,6,93); }

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