Html Css Color HEX #462860 Scarlet Gum

📋 copy color: '#462860'

red 70 ◦ green 40 ◦ blue 96

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

Shades of Scarlet Gum #462860

Tints of Scarlet Gum #462860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.42%

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

R = 33.98%
G = 19.42%
B = 46.6%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#462860 (or 0x462860) is known color: Scarlet Gum. HEX triplet: 46, 28 and 60. RGB value is (70,40,96). Sum of RGB (Red+Green+Blue) = 70+40+96=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #462860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462860 is #B9D79F. Grayscale: #373737. Windows color (decimal): -12179360 or 6301766. OLE color: 6301766.

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

Color convert

RGB 70 40 96 -
CMYK 0.27 0.58 0 0.62
HSL 272.14º 0.41% 0.27% -
HSV(B) 272.14º 0.58% 0.38% -
XYZ 5.4 3.66 11.49 -
YUV 55.35 150.94 138.45 -
System Red Green Blue C M Y K H S L
Decimal 70 40 96 0.27 0.58 0 0.62 272.14 0.41 0.27
Hex 46 28 60 1B 3A 0 3E 110 29 1B
Octal 106 50 140 33 72 0 76 420 51 33
Binary 1000110 101000 1100000 11011 111010 0 111110 100010000 101001 11011

Color Harmonies of #462860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462860

Black with #462860

Text Example


Text Example

White with #462860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462860; }

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

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

background-color css

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

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

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

border-color css

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

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

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