Html Css Color HEX #462060 Scarlet Gum

📋 copy color: '#462060'

red 70 ◦ green 32 ◦ blue 96

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

Shades of Scarlet Gum #462060

Tints of Scarlet Gum #462060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.16%

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

R = 35.35%
G = 16.16%
B = 48.48%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#462060 (or 0x462060) is known color: Scarlet Gum. HEX triplet: 46, 20 and 60. RGB value is (70,32,96). Sum of RGB (Red+Green+Blue) = 70+32+96=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #462060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462060 is #B9DF9F. Grayscale: #323232. Windows color (decimal): -12181408 or 6299718. OLE color: 6299718.

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

Color convert

RGB 70 32 96 -
CMYK 0.27 0.67 0 0.62
HSL 275.63º 0.5% 0.25% -
HSV(B) 275.63º 0.67% 0.38% -
XYZ 5.15 3.18 11.41 -
YUV 50.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 70 32 96 0.27 0.67 0 0.62 275.63 0.5 0.25
Hex 46 20 60 1B 43 0 3E 114 32 19
Octal 106 40 140 33 103 0 76 424 62 31
Binary 1000110 100000 1100000 11011 1000011 0 111110 100010100 110010 11001

Color Harmonies of #462060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462060

Black with #462060

Text Example


Text Example

White with #462060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462060; }

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

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

background-color css

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

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

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

border-color css

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

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

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