Html Css Color HEX #493259 Scarlet Gum

📋 copy color: '#493259'

red 73 ◦ green 50 ◦ blue 89

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

Shades of Scarlet Gum #493259

Tints of Scarlet Gum #493259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 41.98%

R = 34.43%
G = 23.58%
B = 41.98%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#493259 (or 0x493259) is known color: Scarlet Gum. HEX triplet: 49, 32 and 59. RGB value is (73,50,89). Sum of RGB (Red+Green+Blue) = 73+50+89=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #493259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493259 is #B6CDA6. Grayscale: #3D3D3D. Windows color (decimal): -11980199 or 5845577. OLE color: 5845577.

HSL color Cylindrical-coordinate representation of color #493259: hue angle of 275.38º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #493259 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 50 89 -
CMYK 0.18 0.44 0 0.65
HSL 275.38º 0.28% 0.27% -
HSV(B) 275.38º 0.44% 0.35% -
XYZ 5.69 4.42 10 -
YUV 61.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 73 50 89 0.18 0.44 0 0.65 275.38 0.28 0.27
Hex 49 32 59 12 2C 0 41 113 1C 1B
Octal 111 62 131 22 54 0 101 423 34 33
Binary 1001001 110010 1011001 10010 101100 0 1000001 100010011 11100 11011

Color Harmonies of #493259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493259

Black with #493259

Text Example


Text Example

White with #493259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493259; }

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

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

background-color css

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

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

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

border-color css

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

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

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