Html Css Color HEX #46165C Scarlet Gum

📋 copy color: '#46165C'

red 70 ◦ green 22 ◦ blue 92

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

Shades of Scarlet Gum #46165C

Tints of Scarlet Gum #46165C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.96%

 BLUE value IS 92 (36.33% from 255) = 50%

R = 38.04%
G = 11.96%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46165C (or 0x46165C) is known color: Scarlet Gum. HEX triplet: 46, 16 and 5C. RGB value is (70,22,92). Sum of RGB (Red+Green+Blue) = 70+22+92=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #46165C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46165C is #B9E9A3. Grayscale: #2C2C2C. Windows color (decimal): -12183972 or 6035014. OLE color: 6035014.

HSL color Cylindrical-coordinate representation of color #46165C: hue angle of 281.14º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46165C is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 22 92 -
CMYK 0.24 0.76 0 0.64
HSL 281.14º 0.61% 0.22% -
HSV(B) 281.14º 0.76% 0.36% -
XYZ 4.74 2.65 10.39 -
YUV 44.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 70 22 92 0.24 0.76 0 0.64 281.14 0.61 0.22
Hex 46 16 5C 18 4C 0 40 119 3D 16
Octal 106 26 134 30 114 0 100 431 75 26
Binary 1000110 10110 1011100 11000 1001100 0 1000000 100011001 111101 10110

Color Harmonies of #46165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46165C

Black with #46165C

Text Example


Text Example

White with #46165C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46165C; }

 p { color: rgb(70,22,92); }

 H1.HeaderClassName
 {
   color: #46165C;
 }
 .AnyTagClassName
 {
   color: #46165C;
 }
</style>

background-color css

<style>
 a { background-color: #46165C; }

 a { background-color: rgb(70,22,92); }

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

border-color css

<style>
 span { border-color: #46165C; }

 span { border-color: rgb(70,22,92); }

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