Html Css Color HEX #46085A Scarlet Gum

📋 copy color: '#46085A'

red 70 ◦ green 8 ◦ blue 90

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

Shades of Scarlet Gum #46085A

Tints of Scarlet Gum #46085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.76%

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

R = 41.67%
G = 4.76%
B = 53.57%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#46085A (or 0x46085A) is known color: Scarlet Gum. HEX triplet: 46, 08 and 5A. RGB value is (70,8,90). Sum of RGB (Red+Green+Blue) = 70+8+90=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #46085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46085A is #B9F7A5. Grayscale: #232323. Windows color (decimal): -12187558 or 5900358. OLE color: 5900358.

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

Color convert

RGB 70 8 90 -
CMYK 0.22 0.91 0 0.65
HSL 285.37º 0.84% 0.19% -
HSV(B) 285.37º 0.91% 0.35% -
XYZ 4.46 2.21 9.87 -
YUV 35.89 158.54 152.33 -
System Red Green Blue C M Y K H S L
Decimal 70 8 90 0.22 0.91 0 0.65 285.37 0.84 0.19
Hex 46 8 5A 16 5B 0 41 11D 54 13
Octal 106 10 132 26 133 0 101 435 124 23
Binary 1000110 1000 1011010 10110 1011011 0 1000001 100011101 1010100 10011

Color Harmonies of #46085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46085A

Black with #46085A

Text Example


Text Example

White with #46085A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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