Html Css Color HEX #460D5F Scarlet Gum

📋 copy color: '#460D5F'

red 70 ◦ green 13 ◦ blue 95

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

Shades of Scarlet Gum #460D5F

Tints of Scarlet Gum #460D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 53.37%

R = 39.33%
G = 7.3%
B = 53.37%

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

#460D5F (or 0x460D5F) is known color: Scarlet Gum. HEX triplet: 46, 0D and 5F. RGB value is (70,13,95). Sum of RGB (Red+Green+Blue) = 70+13+95=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #460D5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D5F is #B9F2A0. Grayscale: #272727. Windows color (decimal): -12186273 or 6229318. OLE color: 6229318.

HSL color Cylindrical-coordinate representation of color #460D5F: hue angle of 281.71º 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 #460D5F is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 13 95 -
CMYK 0.26 0.86 0 0.63
HSL 281.71º 0.76% 0.21% -
HSV(B) 281.71º 0.86% 0.37% -
XYZ 4.74 2.42 11.04 -
YUV 39.39 159.38 149.83 -
System Red Green Blue C M Y K H S L
Decimal 70 13 95 0.26 0.86 0 0.63 281.71 0.76 0.21
Hex 46 D 5F 1A 56 0 3F 11A 4C 15
Octal 106 15 137 32 126 0 77 432 114 25
Binary 1000110 1101 1011111 11010 1010110 0 111111 100011010 1001100 10101

Color Harmonies of #460D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D5F

Black with #460D5F

Text Example


Text Example

White with #460D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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