Html Css Color HEX #462061 Scarlet Gum

📋 copy color: '#462061'

red 70 ◦ green 32 ◦ blue 97

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

Shades of Scarlet Gum #462061

Tints of Scarlet Gum #462061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.74%

R = 35.18%
G = 16.08%
B = 48.74%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#462061 (or 0x462061) is known color: Scarlet Gum. HEX triplet: 46, 20 and 61. RGB value is (70,32,97). Sum of RGB (Red+Green+Blue) = 70+32+97=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #462061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462061 is #B9DF9E. Grayscale: #323232. Windows color (decimal): -12181407 or 6365254. OLE color: 6365254.

HSL color Cylindrical-coordinate representation of color #462061: hue angle of 275.08º 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 #462061 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 32 97 -
CMYK 0.28 0.67 0 0.62
HSL 275.08º 0.5% 0.25% -
HSV(B) 275.08º 0.67% 0.38% -
XYZ 5.2 3.2 11.65 -
YUV 50.77 154.09 141.71 -
System Red Green Blue C M Y K H S L
Decimal 70 32 97 0.28 0.67 0 0.62 275.08 0.5 0.25
Hex 46 20 61 1C 43 0 3E 113 32 19
Octal 106 40 141 34 103 0 76 423 62 31
Binary 1000110 100000 1100001 11100 1000011 0 111110 100010011 110010 11001

Color Harmonies of #462061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462061

Black with #462061

Text Example


Text Example

White with #462061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462061; }

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

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

background-color css

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

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

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

border-color css

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

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

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