Html Css Color HEX #460E58 Scarlet Gum

📋 copy color: '#460E58'

red 70 ◦ green 14 ◦ blue 88

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

Shades of Scarlet Gum #460E58

Tints of Scarlet Gum #460E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 51.16%

R = 40.7%
G = 8.14%
B = 51.16%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#460E58 (or 0x460E58) is known color: Scarlet Gum. HEX triplet: 46, 0E and 58. RGB value is (70,14,88). Sum of RGB (Red+Green+Blue) = 70+14+88=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #460E58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460E58 is #B9F1A7. Grayscale: #262626. Windows color (decimal): -12186024 or 5770822. OLE color: 5770822.

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

Color convert

RGB 70 14 88 -
CMYK 0.20 0.84 0 0.65
HSL 285.41º 0.73% 0.2% -
HSV(B) 285.41º 0.84% 0.35% -
XYZ 4.44 2.32 9.45 -
YUV 39.18 155.55 149.98 -
System Red Green Blue C M Y K H S L
Decimal 70 14 88 0.20 0.84 0 0.65 285.41 0.73 0.2
Hex 46 E 58 14 54 0 41 11D 49 14
Octal 106 16 130 24 124 0 101 435 111 24
Binary 1000110 1110 1011000 10100 1010100 0 1000001 100011101 1001001 10100

Color Harmonies of #460E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460E58

Black with #460E58

Text Example


Text Example

White with #460E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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