Html Css Color HEX #46255C Scarlet Gum

📋 copy color: '#46255C'

red 70 ◦ green 37 ◦ blue 92

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

Shades of Scarlet Gum #46255C

Tints of Scarlet Gum #46255C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.59%

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

R = 35.18%
G = 18.59%
B = 46.23%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46255C (or 0x46255C) is known color: Scarlet Gum. HEX triplet: 46, 25 and 5C. RGB value is (70,37,92). Sum of RGB (Red+Green+Blue) = 70+37+92=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #46255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46255C is #B9DAA3. Grayscale: #343434. Windows color (decimal): -12180132 or 6038854. OLE color: 6038854.

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

Color convert

RGB 70 37 92 -
CMYK 0.24 0.60 0 0.64
HSL 276º 0.43% 0.25% -
HSV(B) 276º 0.6% 0.36% -
XYZ 5.12 3.4 10.51 -
YUV 53.14 149.93 140.03 -
System Red Green Blue C M Y K H S L
Decimal 70 37 92 0.24 0.60 0 0.64 276 0.43 0.25
Hex 46 25 5C 18 3C 0 40 114 2B 19
Octal 106 45 134 30 74 0 100 424 53 31
Binary 1000110 100101 1011100 11000 111100 0 1000000 100010100 101011 11001

Color Harmonies of #46255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46255C

Black with #46255C

Text Example


Text Example

White with #46255C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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