Html Css Color HEX #46295F Scarlet Gum

📋 copy color: '#46295F'

red 70 ◦ green 41 ◦ blue 95

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

Shades of Scarlet Gum #46295F

Tints of Scarlet Gum #46295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.9%

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

R = 33.98%
G = 19.9%
B = 46.12%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#46295F (or 0x46295F) is known color: Scarlet Gum. HEX triplet: 46, 29 and 5F. RGB value is (70,41,95). Sum of RGB (Red+Green+Blue) = 70+41+95=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #46295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46295F is #B9D6A0. Grayscale: #373737. Windows color (decimal): -12179105 or 6236486. OLE color: 6236486.

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

Color convert

RGB 70 41 95 -
CMYK 0.26 0.57 0 0.63
HSL 272.22º 0.4% 0.27% -
HSV(B) 272.22º 0.57% 0.37% -
XYZ 5.38 3.71 11.26 -
YUV 55.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 70 41 95 0.26 0.57 0 0.63 272.22 0.4 0.27
Hex 46 29 5F 1A 39 0 3F 110 28 1B
Octal 106 51 137 32 71 0 77 420 50 33
Binary 1000110 101001 1011111 11010 111001 0 111111 100010000 101000 11011

Color Harmonies of #46295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46295F

Black with #46295F

Text Example


Text Example

White with #46295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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