Html Css Color HEX #46085C Scarlet Gum

📋 copy color: '#46085C'

red 70 ◦ green 8 ◦ blue 92

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

Shades of Scarlet Gum #46085C

Tints of Scarlet Gum #46085C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 54.12%

R = 41.18%
G = 4.71%
B = 54.12%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46085C (or 0x46085C) is known color: Scarlet Gum. HEX triplet: 46, 08 and 5C. RGB value is (70,8,92). Sum of RGB (Red+Green+Blue) = 70+8+92=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #46085C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46085C is #B9F7A3. Grayscale: #232323. Windows color (decimal): -12187556 or 6031430. OLE color: 6031430.

HSL color Cylindrical-coordinate representation of color #46085C: hue angle of 284.29º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46085C is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 8 92 -
CMYK 0.24 0.91 0 0.64
HSL 284.29º 0.84% 0.2% -
HSV(B) 284.29º 0.91% 0.36% -
XYZ 4.54 2.25 10.32 -
YUV 36.11 159.54 152.17 -
System Red Green Blue C M Y K H S L
Decimal 70 8 92 0.24 0.91 0 0.64 284.29 0.84 0.2
Hex 46 8 5C 18 5B 0 40 11C 54 14
Octal 106 10 134 30 133 0 100 434 124 24
Binary 1000110 1000 1011100 11000 1011011 0 1000000 100011100 1010100 10100

Color Harmonies of #46085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46085C

Black with #46085C

Text Example


Text Example

White with #46085C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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