Html Css Color HEX #460E53 Scarlet Gum

📋 copy color: '#460E53'

red 70 ◦ green 14 ◦ blue 83

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

Shades of Scarlet Gum #460E53

Tints of Scarlet Gum #460E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 49.7%

R = 41.92%
G = 8.38%
B = 49.7%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#460E53 (or 0x460E53) is known color: Scarlet Gum. HEX triplet: 46, 0E and 53. RGB value is (70,14,83). Sum of RGB (Red+Green+Blue) = 70+14+83=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #460E53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460E53 is #B9F1AC. Grayscale: #262626. Windows color (decimal): -12186029 or 5443142. OLE color: 5443142.

HSL color Cylindrical-coordinate representation of color #460E53: hue angle of 288.7º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #460E53 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 14 83 -
CMYK 0.16 0.83 0 0.67
HSL 288.7º 0.71% 0.19% -
HSV(B) 288.7º 0.83% 0.33% -
XYZ 4.24 2.24 8.39 -
YUV 38.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 70 14 83 0.16 0.83 0 0.67 288.7 0.71 0.19
Hex 46 E 53 10 53 0 43 121 47 13
Octal 106 16 123 20 123 0 103 441 107 23
Binary 1000110 1110 1010011 10000 1010011 0 1000011 100100001 1000111 10011

Color Harmonies of #460E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460E53

Black with #460E53

Text Example


Text Example

White with #460E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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