Html Css Color HEX #460559 Scarlet Gum

📋 copy color: '#460559'

red 70 ◦ green 5 ◦ blue 89

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

Shades of Scarlet Gum #460559

Tints of Scarlet Gum #460559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.05%

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

R = 42.68%
G = 3.05%
B = 54.27%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#460559 (or 0x460559) is known color: Scarlet Gum. HEX triplet: 46, 05 and 59. RGB value is (70,5,89). Sum of RGB (Red+Green+Blue) = 70+5+89=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #460559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460559 is #B9FAA6. Grayscale: #212121. Windows color (decimal): -12188327 or 5834054. OLE color: 5834054.

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

Color convert

RGB 70 5 89 -
CMYK 0.21 0.94 0 0.65
HSL 286.43º 0.89% 0.18% -
HSV(B) 286.43º 0.94% 0.35% -
XYZ 4.38 2.13 9.63 -
YUV 34.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 70 5 89 0.21 0.94 0 0.65 286.43 0.89 0.18
Hex 46 5 59 15 5E 0 41 11E 59 12
Octal 106 5 131 25 136 0 101 436 131 22
Binary 1000110 101 1011001 10101 1011110 0 1000001 100011110 1011001 10010

Color Harmonies of #460559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460559

Black with #460559

Text Example


Text Example

White with #460559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460559; }

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

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

background-color css

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

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

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

border-color css

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

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

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