Html Css Color HEX #46155C Scarlet Gum

📋 copy color: '#46155C'

red 70 ◦ green 21 ◦ blue 92

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

Shades of Scarlet Gum #46155C

Tints of Scarlet Gum #46155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.48%

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

R = 38.25%
G = 11.48%
B = 50.27%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46155C (or 0x46155C) is known color: Scarlet Gum. HEX triplet: 46, 15 and 5C. RGB value is (70,21,92). Sum of RGB (Red+Green+Blue) = 70+21+92=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #46155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46155C is #B9EAA3. Grayscale: #2B2B2B. Windows color (decimal): -12184228 or 6034758. OLE color: 6034758.

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

Color convert

RGB 70 21 92 -
CMYK 0.24 0.77 0 0.64
HSL 281.41º 0.63% 0.22% -
HSV(B) 281.41º 0.77% 0.36% -
XYZ 4.73 2.61 10.38 -
YUV 43.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 70 21 92 0.24 0.77 0 0.64 281.41 0.63 0.22
Hex 46 15 5C 18 4D 0 40 119 3F 16
Octal 106 25 134 30 115 0 100 431 77 26
Binary 1000110 10101 1011100 11000 1001101 0 1000000 100011001 111111 10110

Color Harmonies of #46155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46155C

Black with #46155C

Text Example


Text Example

White with #46155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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