Html Css Color HEX #460A59 Scarlet Gum

📋 copy color: '#460A59'

red 70 ◦ green 10 ◦ blue 89

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

Shades of Scarlet Gum #460A59

Tints of Scarlet Gum #460A59

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.92%

 BLUE value IS 89 (35.16% from 255) = 52.66%

R = 41.42%
G = 5.92%
B = 52.66%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#460A59 (or 0x460A59) is known color: Scarlet Gum. HEX triplet: 46, 0A and 59. RGB value is (70,10,89). Sum of RGB (Red+Green+Blue) = 70+10+89=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #460A59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460A59 is #B9F5A6. Grayscale: #242424. Windows color (decimal): -12187047 or 5835334. OLE color: 5835334.

HSL color Cylindrical-coordinate representation of color #460A59: hue angle of 285.57º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460A59 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 10 89 -
CMYK 0.21 0.89 0 0.65
HSL 285.57º 0.8% 0.19% -
HSV(B) 285.57º 0.89% 0.35% -
XYZ 4.44 2.24 9.65 -
YUV 36.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 70 10 89 0.21 0.89 0 0.65 285.57 0.8 0.19
Hex 46 A 59 15 59 0 41 11E 50 13
Octal 106 12 131 25 131 0 101 436 120 23
Binary 1000110 1010 1011001 10101 1011001 0 1000001 100011110 1010000 10011

Color Harmonies of #460A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460A59

Black with #460A59

Text Example


Text Example

White with #460A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,10,89); }

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

background-color css

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

 a { background-color: rgb(70,10,89); }

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

border-color css

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

 span { border-color: rgb(70,10,89); }

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