Html Css Color HEX #460F59 Scarlet Gum

📋 copy color: '#460F59'

red 70 ◦ green 15 ◦ blue 89

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

Shades of Scarlet Gum #460F59

Tints of Scarlet Gum #460F59

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.62%

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

R = 40.23%
G = 8.62%
B = 51.15%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#460F59 (or 0x460F59) is known color: Scarlet Gum. HEX triplet: 46, 0F and 59. RGB value is (70,15,89). Sum of RGB (Red+Green+Blue) = 70+15+89=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #460F59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F59 is #B9F0A6. Grayscale: #272727. Windows color (decimal): -12185767 or 5836614. OLE color: 5836614.

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

Color convert

RGB 70 15 89 -
CMYK 0.21 0.83 0 0.65
HSL 284.59º 0.71% 0.2% -
HSV(B) 284.59º 0.83% 0.35% -
XYZ 4.5 2.37 9.67 -
YUV 39.88 155.72 149.48 -
System Red Green Blue C M Y K H S L
Decimal 70 15 89 0.21 0.83 0 0.65 284.59 0.71 0.2
Hex 46 F 59 15 53 0 41 11D 47 14
Octal 106 17 131 25 123 0 101 435 107 24
Binary 1000110 1111 1011001 10101 1010011 0 1000001 100011101 1000111 10100

Color Harmonies of #460F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460F59

Black with #460F59

Text Example


Text Example

White with #460F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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