Html Css Color HEX #46095D Scarlet Gum

📋 copy color: '#46095D'

red 70 ◦ green 9 ◦ blue 93

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

Shades of Scarlet Gum #46095D

Tints of Scarlet Gum #46095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.23%

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

R = 40.7%
G = 5.23%
B = 54.07%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46095D (or 0x46095D) is known color: Scarlet Gum. HEX triplet: 46, 09 and 5D. RGB value is (70,9,93). Sum of RGB (Red+Green+Blue) = 70+9+93=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #46095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46095D is #B9F6A2. Grayscale: #242424. Windows color (decimal): -12187299 or 6097222. OLE color: 6097222.

HSL color Cylindrical-coordinate representation of color #46095D: hue angle of 283.57º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46095D is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 9 93 -
CMYK 0.25 0.90 0 0.64
HSL 283.57º 0.82% 0.2% -
HSV(B) 283.57º 0.9% 0.36% -
XYZ 4.6 2.29 10.56 -
YUV 36.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 70 9 93 0.25 0.90 0 0.64 283.57 0.82 0.2
Hex 46 9 5D 19 5A 0 40 11C 52 14
Octal 106 11 135 31 132 0 100 434 122 24
Binary 1000110 1001 1011101 11001 1011010 0 1000000 100011100 1010010 10100

Color Harmonies of #46095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46095D

Black with #46095D

Text Example


Text Example

White with #46095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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