Html Css Color HEX #46285D Scarlet Gum

📋 copy color: '#46285D'

red 70 ◦ green 40 ◦ blue 93

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

Shades of Scarlet Gum #46285D

Tints of Scarlet Gum #46285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.7%

 BLUE value IS 93 (36.72% from 255) = 45.81%

R = 34.48%
G = 19.7%
B = 45.81%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46285D (or 0x46285D) is known color: Scarlet Gum. HEX triplet: 46, 28 and 5D. RGB value is (70,40,93). Sum of RGB (Red+Green+Blue) = 70+40+93=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #46285D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46285D is #B9D7A2. Grayscale: #363636. Windows color (decimal): -12179363 or 6105158. OLE color: 6105158.

HSL color Cylindrical-coordinate representation of color #46285D: hue angle of 273.96º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46285D is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 40 93 -
CMYK 0.25 0.57 0 0.64
HSL 273.96º 0.4% 0.26% -
HSV(B) 273.96º 0.57% 0.36% -
XYZ 5.26 3.61 10.78 -
YUV 55.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 70 40 93 0.25 0.57 0 0.64 273.96 0.4 0.26
Hex 46 28 5D 19 39 0 40 112 28 1A
Octal 106 50 135 31 71 0 100 422 50 32
Binary 1000110 101000 1011101 11001 111001 0 1000000 100010010 101000 11010

Color Harmonies of #46285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46285D

Black with #46285D

Text Example


Text Example

White with #46285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46285D; }

 p { color: rgb(70,40,93); }

 H1.HeaderClassName
 {
   color: #46285D;
 }
 .AnyTagClassName
 {
   color: #46285D;
 }
</style>

background-color css

<style>
 a { background-color: #46285D; }

 a { background-color: rgb(70,40,93); }

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

border-color css

<style>
 span { border-color: #46285D; }

 span { border-color: rgb(70,40,93); }

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