Html Css Color HEX #492659 Scarlet Gum

📋 copy color: '#492659'

red 73 ◦ green 38 ◦ blue 89

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

Shades of Scarlet Gum #492659

Tints of Scarlet Gum #492659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19%

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

R = 36.5%
G = 19%
B = 44.5%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#492659 (or 0x492659) is known color: Scarlet Gum. HEX triplet: 49, 26 and 59. RGB value is (73,38,89). Sum of RGB (Red+Green+Blue) = 73+38+89=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #492659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492659 is #B6D9A6. Grayscale: #363636. Windows color (decimal): -11983271 or 5842505. OLE color: 5842505.

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

Color convert

RGB 73 38 89 -
CMYK 0.18 0.57 0 0.65
HSL 281.18º 0.4% 0.25% -
HSV(B) 281.18º 0.57% 0.35% -
XYZ 5.24 3.52 9.86 -
YUV 54.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 73 38 89 0.18 0.57 0 0.65 281.18 0.4 0.25
Hex 49 26 59 12 39 0 41 119 28 19
Octal 111 46 131 22 71 0 101 431 50 31
Binary 1001001 100110 1011001 10010 111001 0 1000001 100011001 101000 11001

Color Harmonies of #492659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492659

Black with #492659

Text Example


Text Example

White with #492659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492659; }

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

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

background-color css

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

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

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

border-color css

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

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

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