Html Css Color HEX #46145C Scarlet Gum

📋 copy color: '#46145C'

red 70 ◦ green 20 ◦ blue 92

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

Shades of Scarlet Gum #46145C

Tints of Scarlet Gum #46145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.99%

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

R = 38.46%
G = 10.99%
B = 50.55%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46145C (or 0x46145C) is known color: Scarlet Gum. HEX triplet: 46, 14 and 5C. RGB value is (70,20,92). Sum of RGB (Red+Green+Blue) = 70+20+92=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #46145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46145C is #B9EBA3. Grayscale: #2A2A2A. Windows color (decimal): -12184484 or 6034502. OLE color: 6034502.

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

Color convert

RGB 70 20 92 -
CMYK 0.24 0.78 0 0.64
HSL 281.67º 0.64% 0.22% -
HSV(B) 281.67º 0.78% 0.36% -
XYZ 4.71 2.58 10.37 -
YUV 43.16 155.57 147.15 -
System Red Green Blue C M Y K H S L
Decimal 70 20 92 0.24 0.78 0 0.64 281.67 0.64 0.22
Hex 46 14 5C 18 4E 0 40 11A 40 16
Octal 106 24 134 30 116 0 100 432 100 26
Binary 1000110 10100 1011100 11000 1001110 0 1000000 100011010 1000000 10110

Color Harmonies of #46145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46145C

Black with #46145C

Text Example


Text Example

White with #46145C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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