Html Css Color HEX #493856 Scarlet Gum

📋 copy color: '#493856'

red 73 ◦ green 56 ◦ blue 86

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

Shades of Scarlet Gum #493856

Tints of Scarlet Gum #493856

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.05%

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

R = 33.95%
G = 26.05%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#493856 (or 0x493856) is known color: Scarlet Gum. HEX triplet: 49, 38 and 56. RGB value is (73,56,86). Sum of RGB (Red+Green+Blue) = 73+56+86=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #493856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493856 is #B6C7A9. Grayscale: #404040. Windows color (decimal): -11978666 or 5650505. OLE color: 5650505.

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

Color convert

RGB 73 56 86 -
CMYK 0.15 0.35 0 0.66
HSL 274º 0.21% 0.28% -
HSV(B) 274º 0.35% 0.34% -
XYZ 5.84 4.92 9.45 -
YUV 64.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 73 56 86 0.15 0.35 0 0.66 274 0.21 0.28
Hex 49 38 56 F 23 0 42 112 15 1C
Octal 111 70 126 17 43 0 102 422 25 34
Binary 1001001 111000 1010110 1111 100011 0 1000010 100010010 10101 11100

Color Harmonies of #493856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493856

Black with #493856

Text Example


Text Example

White with #493856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493856; }

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

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

background-color css

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

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

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

border-color css

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

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

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