Html Css Color HEX #493356 Scarlet Gum

📋 copy color: '#493356'

red 73 ◦ green 51 ◦ blue 86

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

Shades of Scarlet Gum #493356

Tints of Scarlet Gum #493356

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.29%

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

R = 34.76%
G = 24.29%
B = 40.95%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#493356 (or 0x493356) is known color: Scarlet Gum. HEX triplet: 49, 33 and 56. RGB value is (73,51,86). Sum of RGB (Red+Green+Blue) = 73+51+86=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #493356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493356 is #B6CCA9. Grayscale: #3D3D3D. Windows color (decimal): -11979946 or 5649225. OLE color: 5649225.

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

Color convert

RGB 73 51 86 -
CMYK 0.15 0.41 0 0.66
HSL 277.71º 0.26% 0.27% -
HSV(B) 277.71º 0.41% 0.34% -
XYZ 5.61 4.46 9.37 -
YUV 61.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 73 51 86 0.15 0.41 0 0.66 277.71 0.26 0.27
Hex 49 33 56 F 29 0 42 116 1A 1B
Octal 111 63 126 17 51 0 102 426 32 33
Binary 1001001 110011 1010110 1111 101001 0 1000010 100010110 11010 11011

Color Harmonies of #493356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493356

Black with #493356

Text Example


Text Example

White with #493356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493356; }

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

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

background-color css

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

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

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

border-color css

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

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

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