Html Css Color HEX #462461 Scarlet Gum

📋 copy color: '#462461'

red 70 ◦ green 36 ◦ blue 97

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

Shades of Scarlet Gum #462461

Tints of Scarlet Gum #462461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.73%

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

R = 34.48%
G = 17.73%
B = 47.78%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#462461 (or 0x462461) is known color: Scarlet Gum. HEX triplet: 46, 24 and 61. RGB value is (70,36,97). Sum of RGB (Red+Green+Blue) = 70+36+97=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #462461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462461 is #B9DB9E. Grayscale: #343434. Windows color (decimal): -12180383 or 6366278. OLE color: 6366278.

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

Color convert

RGB 70 36 97 -
CMYK 0.28 0.63 0 0.62
HSL 273.44º 0.46% 0.26% -
HSV(B) 273.44º 0.63% 0.38% -
XYZ 5.31 3.43 11.69 -
YUV 53.12 152.76 140.04 -
System Red Green Blue C M Y K H S L
Decimal 70 36 97 0.28 0.63 0 0.62 273.44 0.46 0.26
Hex 46 24 61 1C 3F 0 3E 111 2E 1A
Octal 106 44 141 34 77 0 76 421 56 32
Binary 1000110 100100 1100001 11100 111111 0 111110 100010001 101110 11010

Color Harmonies of #462461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462461

Black with #462461

Text Example


Text Example

White with #462461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462461; }

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

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

background-color css

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

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

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

border-color css

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

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

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