Html Css Color HEX #493160 Scarlet Gum

📋 copy color: '#493160'

red 73 ◦ green 49 ◦ blue 96

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

Shades of Scarlet Gum #493160

Tints of Scarlet Gum #493160

RGB

 RED value IS 73 (28.91% from 255) = 33.49%

 GREEN value IS 49 (19.53% from 255) = 22.48%

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

R = 33.49%
G = 22.48%
B = 44.04%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#493160 (or 0x493160) is known color: Scarlet Gum. HEX triplet: 49, 31 and 60. RGB value is (73,49,96). Sum of RGB (Red+Green+Blue) = 73+49+96=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #493160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493160 is #B6CE9F. Grayscale: #3D3D3D. Windows color (decimal): -11980448 or 6304073. OLE color: 6304073.

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

Color convert

RGB 73 49 96 -
CMYK 0.24 0.49 0 0.62
HSL 270.64º 0.32% 0.28% -
HSV(B) 270.64º 0.49% 0.38% -
XYZ 5.96 4.46 11.61 -
YUV 61.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 73 49 96 0.24 0.49 0 0.62 270.64 0.32 0.28
Hex 49 31 60 18 31 0 3E 10F 20 1C
Octal 111 61 140 30 61 0 76 417 40 34
Binary 1001001 110001 1100000 11000 110001 0 111110 100001111 100000 11100

Color Harmonies of #493160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493160

Black with #493160

Text Example


Text Example

White with #493160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493160; }

 p { color: rgb(73,49,96); }

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

background-color css

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

 a { background-color: rgb(73,49,96); }

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

border-color css

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

 span { border-color: rgb(73,49,96); }

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