Html Css Color HEX #460354 Scarlet Gum

📋 copy color: '#460354'

red 70 ◦ green 3 ◦ blue 84

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

Shades of Scarlet Gum #460354

Tints of Scarlet Gum #460354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

 BLUE value IS 84 (33.2% from 255) = 53.5%

R = 44.59%
G = 1.91%
B = 53.5%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#460354 (or 0x460354) is known color: Scarlet Gum. HEX triplet: 46, 03 and 54. RGB value is (70,3,84). Sum of RGB (Red+Green+Blue) = 70+3+84=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #460354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460354 is #B9FCAB. Grayscale: #202020. Windows color (decimal): -12188844 or 5505862. OLE color: 5505862.

HSL color Cylindrical-coordinate representation of color #460354: hue angle of 289.63º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460354 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 3 84 -
CMYK 0.17 0.96 0 0.67
HSL 289.63º 0.93% 0.17% -
HSV(B) 289.63º 0.96% 0.33% -
XYZ 4.16 2.01 8.56 -
YUV 32.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 70 3 84 0.17 0.96 0 0.67 289.63 0.93 0.17
Hex 46 3 54 11 60 0 43 122 5D 11
Octal 106 3 124 21 140 0 103 442 135 21
Binary 1000110 11 1010100 10001 1100000 0 1000011 100100010 1011101 10001

Color Harmonies of #460354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460354

Black with #460354

Text Example


Text Example

White with #460354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460354; }

 p { color: rgb(70,3,84); }

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

background-color css

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

 a { background-color: rgb(70,3,84); }

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

border-color css

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

 span { border-color: rgb(70,3,84); }

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