Html Css Color HEX #46255A Scarlet Gum

📋 copy color: '#46255A'

red 70 ◦ green 37 ◦ blue 90

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

Shades of Scarlet Gum #46255A

Tints of Scarlet Gum #46255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.69%

R = 35.53%
G = 18.78%
B = 45.69%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#46255A (or 0x46255A) is known color: Scarlet Gum. HEX triplet: 46, 25 and 5A. RGB value is (70,37,90). Sum of RGB (Red+Green+Blue) = 70+37+90=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #46255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46255A is #B9DAA5. Grayscale: #343434. Windows color (decimal): -12180134 or 5907782. OLE color: 5907782.

HSL color Cylindrical-coordinate representation of color #46255A: hue angle of 277.36º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46255A is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 37 90 -
CMYK 0.22 0.59 0 0.65
HSL 277.36º 0.42% 0.25% -
HSV(B) 277.36º 0.59% 0.35% -
XYZ 5.03 3.36 10.06 -
YUV 52.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 70 37 90 0.22 0.59 0 0.65 277.36 0.42 0.25
Hex 46 25 5A 16 3B 0 41 115 2A 19
Octal 106 45 132 26 73 0 101 425 52 31
Binary 1000110 100101 1011010 10110 111011 0 1000001 100010101 101010 11001

Color Harmonies of #46255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46255A

Black with #46255A

Text Example


Text Example

White with #46255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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