Html Css Color HEX #460359 Scarlet Gum

📋 copy color: '#460359'

red 70 ◦ green 3 ◦ blue 89

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

Shades of Scarlet Gum #460359

Tints of Scarlet Gum #460359

RGB

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

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

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

R = 43.21%
G = 1.85%
B = 54.94%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#460359 (or 0x460359) is known color: Scarlet Gum. HEX triplet: 46, 03 and 59. RGB value is (70,3,89). Sum of RGB (Red+Green+Blue) = 70+3+89=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #460359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460359 is #B9FCA6. Grayscale: #202020. Windows color (decimal): -12188839 or 5833542. OLE color: 5833542.

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

Color convert

RGB 70 3 89 -
CMYK 0.21 0.97 0 0.65
HSL 286.74º 0.93% 0.18% -
HSV(B) 286.74º 0.97% 0.35% -
XYZ 4.36 2.09 9.62 -
YUV 32.84 159.7 154.51 -
System Red Green Blue C M Y K H S L
Decimal 70 3 89 0.21 0.97 0 0.65 286.74 0.93 0.18
Hex 46 3 59 15 61 0 41 11F 5D 12
Octal 106 3 131 25 141 0 101 437 135 22
Binary 1000110 11 1011001 10101 1100001 0 1000001 100011111 1011101 10010

Color Harmonies of #460359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460359

Black with #460359

Text Example


Text Example

White with #460359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460359; }

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

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

background-color css

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

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

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

border-color css

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

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

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