Html Css Color HEX #462260 Scarlet Gum

📋 copy color: '#462260'

red 70 ◦ green 34 ◦ blue 96

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

Shades of Scarlet Gum #462260

Tints of Scarlet Gum #462260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17%

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

R = 35%
G = 17%
B = 48%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#462260 (or 0x462260) is known color: Scarlet Gum. HEX triplet: 46, 22 and 60. RGB value is (70,34,96). Sum of RGB (Red+Green+Blue) = 70+34+96=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #462260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462260 is #B9DD9F. Grayscale: #333333. Windows color (decimal): -12180896 or 6300230. OLE color: 6300230.

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

Color convert

RGB 70 34 96 -
CMYK 0.27 0.65 0 0.62
HSL 274.84º 0.48% 0.25% -
HSV(B) 274.84º 0.65% 0.38% -
XYZ 5.21 3.29 11.43 -
YUV 51.83 152.93 140.96 -
System Red Green Blue C M Y K H S L
Decimal 70 34 96 0.27 0.65 0 0.62 274.84 0.48 0.25
Hex 46 22 60 1B 41 0 3E 113 30 19
Octal 106 42 140 33 101 0 76 423 60 31
Binary 1000110 100010 1100000 11011 1000001 0 111110 100010011 110000 11001

Color Harmonies of #462260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462260

Black with #462260

Text Example


Text Example

White with #462260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462260; }

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

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

background-color css

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

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

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

border-color css

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

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

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