Html Css Color HEX #460D60 Scarlet Gum

📋 copy color: '#460D60'

red 70 ◦ green 13 ◦ blue 96

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

Shades of Scarlet Gum #460D60

Tints of Scarlet Gum #460D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 53.63%

R = 39.11%
G = 7.26%
B = 53.63%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#460D60 (or 0x460D60) is known color: Scarlet Gum. HEX triplet: 46, 0D and 60. RGB value is (70,13,96). Sum of RGB (Red+Green+Blue) = 70+13+96=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 13 (5.47% from 255 or 7.26% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #460D60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D60 is #B9F29F. Grayscale: #272727. Windows color (decimal): -12186272 or 6294854. OLE color: 6294854.

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

Color convert

RGB 70 13 96 -
CMYK 0.27 0.86 0 0.62
HSL 281.2º 0.76% 0.21% -
HSV(B) 281.2º 0.86% 0.38% -
XYZ 4.78 2.43 11.28 -
YUV 39.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 70 13 96 0.27 0.86 0 0.62 281.2 0.76 0.21
Hex 46 D 60 1B 56 0 3E 119 4C 15
Octal 106 15 140 33 126 0 76 431 114 25
Binary 1000110 1101 1100000 11011 1010110 0 111110 100011001 1001100 10101

Color Harmonies of #460D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D60

Black with #460D60

Text Example


Text Example

White with #460D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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