Html Css Color HEX #493355 Scarlet Gum

📋 copy color: '#493355'

red 73 ◦ green 51 ◦ blue 85

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

Shades of Scarlet Gum #493355

Tints of Scarlet Gum #493355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.67%

R = 34.93%
G = 24.4%
B = 40.67%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493355 (or 0x493355) is known color: Scarlet Gum. HEX triplet: 49, 33 and 55. RGB value is (73,51,85). Sum of RGB (Red+Green+Blue) = 73+51+85=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #493355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493355 is #B6CCAA. Grayscale: #3D3D3D. Windows color (decimal): -11979947 or 5583689. OLE color: 5583689.

HSL color Cylindrical-coordinate representation of color #493355: hue angle of 278.82º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #493355 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 51 85 -
CMYK 0.14 0.40 0 0.67
HSL 278.82º 0.25% 0.27% -
HSV(B) 278.82º 0.4% 0.33% -
XYZ 5.57 4.44 9.16 -
YUV 61.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 73 51 85 0.14 0.40 0 0.67 278.82 0.25 0.27
Hex 49 33 55 E 28 0 43 117 19 1B
Octal 111 63 125 16 50 0 103 427 31 33
Binary 1001001 110011 1010101 1110 101000 0 1000011 100010111 11001 11011

Color Harmonies of #493355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493355

Black with #493355

Text Example


Text Example

White with #493355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493355; }

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

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

background-color css

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

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

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

border-color css

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

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

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