Html Css Color HEX #46045B Scarlet Gum

📋 copy color: '#46045B'

red 70 ◦ green 4 ◦ blue 91

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

Shades of Scarlet Gum #46045B

Tints of Scarlet Gum #46045B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.42%

 BLUE value IS 91 (35.94% from 255) = 55.15%

R = 42.42%
G = 2.42%
B = 55.15%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46045B (or 0x46045B) is known color: Scarlet Gum. HEX triplet: 46, 04 and 5B. RGB value is (70,4,91). Sum of RGB (Red+Green+Blue) = 70+4+91=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #46045B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46045B is #B9FBA4. Grayscale: #212121. Windows color (decimal): -12188581 or 5964870. OLE color: 5964870.

HSL color Cylindrical-coordinate representation of color #46045B: hue angle of 285.52º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46045B is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 4 91 -
CMYK 0.23 0.96 0 0.64
HSL 285.52º 0.92% 0.19% -
HSV(B) 285.52º 0.96% 0.36% -
XYZ 4.46 2.14 10.08 -
YUV 33.65 160.37 153.93 -
System Red Green Blue C M Y K H S L
Decimal 70 4 91 0.23 0.96 0 0.64 285.52 0.92 0.19
Hex 46 4 5B 17 60 0 40 11E 5C 13
Octal 106 4 133 27 140 0 100 436 134 23
Binary 1000110 100 1011011 10111 1100000 0 1000000 100011110 1011100 10011

Color Harmonies of #46045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46045B

Black with #46045B

Text Example


Text Example

White with #46045B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46045B; }

 p { color: rgb(70,4,91); }

 H1.HeaderClassName
 {
   color: #46045B;
 }
 .AnyTagClassName
 {
   color: #46045B;
 }
</style>

background-color css

<style>
 a { background-color: #46045B; }

 a { background-color: rgb(70,4,91); }

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

border-color css

<style>
 span { border-color: #46045B; }

 span { border-color: rgb(70,4,91); }

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