Html Css Color HEX #462961 Scarlet Gum

📋 copy color: '#462961'

red 70 ◦ green 41 ◦ blue 97

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

Shades of Scarlet Gum #462961

Tints of Scarlet Gum #462961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.71%

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

R = 33.65%
G = 19.71%
B = 46.63%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#462961 (or 0x462961) is known color: Scarlet Gum. HEX triplet: 46, 29 and 61. RGB value is (70,41,97). Sum of RGB (Red+Green+Blue) = 70+41+97=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #462961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462961 is #B9D69E. Grayscale: #373737. Windows color (decimal): -12179103 or 6367558. OLE color: 6367558.

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

Color convert

RGB 70 41 97 -
CMYK 0.28 0.58 0 0.62
HSL 271.07º 0.41% 0.27% -
HSV(B) 271.07º 0.58% 0.38% -
XYZ 5.48 3.75 11.74 -
YUV 56.06 151.11 137.95 -
System Red Green Blue C M Y K H S L
Decimal 70 41 97 0.28 0.58 0 0.62 271.07 0.41 0.27
Hex 46 29 61 1C 3A 0 3E 10F 29 1B
Octal 106 51 141 34 72 0 76 417 51 33
Binary 1000110 101001 1100001 11100 111010 0 111110 100001111 101001 11011

Color Harmonies of #462961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462961

Black with #462961

Text Example


Text Example

White with #462961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462961; }

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

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

background-color css

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

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

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

border-color css

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

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

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