Html Css Color HEX #462760 Scarlet Gum

📋 copy color: '#462760'

red 70 ◦ green 39 ◦ blue 96

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

Shades of Scarlet Gum #462760

Tints of Scarlet Gum #462760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.02%

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

R = 34.15%
G = 19.02%
B = 46.83%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#462760 (or 0x462760) is known color: Scarlet Gum. HEX triplet: 46, 27 and 60. RGB value is (70,39,96). Sum of RGB (Red+Green+Blue) = 70+39+96=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #462760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462760 is #B9D89F. Grayscale: #363636. Windows color (decimal): -12179616 or 6301510. OLE color: 6301510.

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

Color convert

RGB 70 39 96 -
CMYK 0.27 0.59 0 0.62
HSL 272.63º 0.42% 0.26% -
HSV(B) 272.63º 0.59% 0.38% -
XYZ 5.36 3.6 11.48 -
YUV 54.77 151.27 138.87 -
System Red Green Blue C M Y K H S L
Decimal 70 39 96 0.27 0.59 0 0.62 272.63 0.42 0.26
Hex 46 27 60 1B 3B 0 3E 111 2A 1A
Octal 106 47 140 33 73 0 76 421 52 32
Binary 1000110 100111 1100000 11011 111011 0 111110 100010001 101010 11010

Color Harmonies of #462760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462760

Black with #462760

Text Example


Text Example

White with #462760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462760; }

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

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

background-color css

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

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

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

border-color css

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

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

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