Html Css Color HEX #493256 Scarlet Gum

📋 copy color: '#493256'

red 73 ◦ green 50 ◦ blue 86

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

Shades of Scarlet Gum #493256

Tints of Scarlet Gum #493256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.92%

 BLUE value IS 86 (33.98% from 255) = 41.15%

R = 34.93%
G = 23.92%
B = 41.15%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#493256 (or 0x493256) is known color: Scarlet Gum. HEX triplet: 49, 32 and 56. RGB value is (73,50,86). Sum of RGB (Red+Green+Blue) = 73+50+86=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 86 - color contains mainly: blue. Hex color #493256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493256 is #B6CDA9. Grayscale: #3C3C3C. Windows color (decimal): -11980202 or 5648969. OLE color: 5648969.

HSL color Cylindrical-coordinate representation of color #493256: hue angle of 278.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #493256 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 50 86 -
CMYK 0.15 0.42 0 0.66
HSL 278.33º 0.26% 0.27% -
HSV(B) 278.33º 0.42% 0.34% -
XYZ 5.57 4.37 9.35 -
YUV 60.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 73 50 86 0.15 0.42 0 0.66 278.33 0.26 0.27
Hex 49 32 56 F 2A 0 42 116 1A 1B
Octal 111 62 126 17 52 0 102 426 32 33
Binary 1001001 110010 1010110 1111 101010 0 1000010 100010110 11010 11011

Color Harmonies of #493256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493256

Black with #493256

Text Example


Text Example

White with #493256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493256; }

 p { color: rgb(73,50,86); }

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

background-color css

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

 a { background-color: rgb(73,50,86); }

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

border-color css

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

 span { border-color: rgb(73,50,86); }

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