Html Css Color HEX #460E54 Scarlet Gum

📋 copy color: '#460E54'

red 70 ◦ green 14 ◦ blue 84

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

Shades of Scarlet Gum #460E54

Tints of Scarlet Gum #460E54

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.33%

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

R = 41.67%
G = 8.33%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#460E54 (or 0x460E54) is known color: Scarlet Gum. HEX triplet: 46, 0E and 54. RGB value is (70,14,84). Sum of RGB (Red+Green+Blue) = 70+14+84=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 14 (5.86% from 255 or 8.33% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #460E54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460E54 is #B9F1AB. Grayscale: #262626. Windows color (decimal): -12186028 or 5508678. OLE color: 5508678.

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

Color convert

RGB 70 14 84 -
CMYK 0.17 0.83 0 0.67
HSL 288º 0.71% 0.19% -
HSV(B) 288º 0.83% 0.33% -
XYZ 4.28 2.26 8.6 -
YUV 38.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 70 14 84 0.17 0.83 0 0.67 288 0.71 0.19
Hex 46 E 54 11 53 0 43 120 47 13
Octal 106 16 124 21 123 0 103 440 107 23
Binary 1000110 1110 1010100 10001 1010011 0 1000011 100100000 1000111 10011

Color Harmonies of #460E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460E54

Black with #460E54

Text Example


Text Example

White with #460E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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