Html Css Color HEX #460D5E Scarlet Gum

📋 copy color: '#460D5E'

red 70 ◦ green 13 ◦ blue 94

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

Shades of Scarlet Gum #460D5E

Tints of Scarlet Gum #460D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.34%

 BLUE value IS 94 (37.11% from 255) = 53.11%

R = 39.55%
G = 7.34%
B = 53.11%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#460D5E (or 0x460D5E) is known color: Scarlet Gum. HEX triplet: 46, 0D and 5E. RGB value is (70,13,94). Sum of RGB (Red+Green+Blue) = 70+13+94=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #460D5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D5E is #B9F2A1. Grayscale: #272727. Windows color (decimal): -12186274 or 6163782. OLE color: 6163782.

HSL color Cylindrical-coordinate representation of color #460D5E: hue angle of 282.22º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460D5E is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 13 94 -
CMYK 0.26 0.86 0 0.63
HSL 282.22º 0.76% 0.21% -
HSV(B) 282.22º 0.86% 0.37% -
XYZ 4.69 2.4 10.81 -
YUV 39.28 158.88 149.91 -
System Red Green Blue C M Y K H S L
Decimal 70 13 94 0.26 0.86 0 0.63 282.22 0.76 0.21
Hex 46 D 5E 1A 56 0 3F 11A 4C 15
Octal 106 15 136 32 126 0 77 432 114 25
Binary 1000110 1101 1011110 11010 1010110 0 111111 100011010 1001100 10101

Color Harmonies of #460D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D5E

Black with #460D5E

Text Example


Text Example

White with #460D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,13,94); }

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

background-color css

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

 a { background-color: rgb(70,13,94); }

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

border-color css

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

 span { border-color: rgb(70,13,94); }

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