Html Css Color HEX #46185F Scarlet Gum

📋 copy color: '#46185F'

red 70 ◦ green 24 ◦ blue 95

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

Shades of Scarlet Gum #46185F

Tints of Scarlet Gum #46185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

 BLUE value IS 95 (37.5% from 255) = 50.26%

R = 37.04%
G = 12.7%
B = 50.26%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#46185F (or 0x46185F) is known color: Scarlet Gum. HEX triplet: 46, 18 and 5F. RGB value is (70,24,95). Sum of RGB (Red+Green+Blue) = 70+24+95=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #46185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46185F is #B9E7A0. Grayscale: #2D2D2D. Windows color (decimal): -12183457 or 6232134. OLE color: 6232134.

HSL color Cylindrical-coordinate representation of color #46185F: hue angle of 278.87º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46185F is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 24 95 -
CMYK 0.26 0.75 0 0.63
HSL 278.87º 0.6% 0.23% -
HSV(B) 278.87º 0.75% 0.37% -
XYZ 4.92 2.78 11.1 -
YUV 45.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 70 24 95 0.26 0.75 0 0.63 278.87 0.6 0.23
Hex 46 18 5F 1A 4B 0 3F 117 3C 17
Octal 106 30 137 32 113 0 77 427 74 27
Binary 1000110 11000 1011111 11010 1001011 0 111111 100010111 111100 10111

Color Harmonies of #46185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46185F

Black with #46185F

Text Example


Text Example

White with #46185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46185F; }

 p { color: rgb(70,24,95); }

 H1.HeaderClassName
 {
   color: #46185F;
 }
 .AnyTagClassName
 {
   color: #46185F;
 }
</style>

background-color css

<style>
 a { background-color: #46185F; }

 a { background-color: rgb(70,24,95); }

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

border-color css

<style>
 span { border-color: #46185F; }

 span { border-color: rgb(70,24,95); }

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