Html Css Color HEX #492E61 Scarlet Gum

📋 copy color: '#492E61'

red 73 ◦ green 46 ◦ blue 97

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

Shades of Scarlet Gum #492E61

Tints of Scarlet Gum #492E61

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.3%

 BLUE value IS 97 (38.28% from 255) = 44.91%

R = 33.8%
G = 21.3%
B = 44.91%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492E61 (or 0x492E61) is known color: Scarlet Gum. HEX triplet: 49, 2E and 61. RGB value is (73,46,97). Sum of RGB (Red+Green+Blue) = 73+46+97=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #492E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E61 is #B6D19E. Grayscale: #3B3B3B. Windows color (decimal): -11981215 or 6368841. OLE color: 6368841.

HSL color Cylindrical-coordinate representation of color #492E61: hue angle of 271.76º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #492E61 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 46 97 -
CMYK 0.25 0.53 0 0.62
HSL 271.76º 0.36% 0.28% -
HSV(B) 271.76º 0.53% 0.38% -
XYZ 5.88 4.23 11.82 -
YUV 59.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 73 46 97 0.25 0.53 0 0.62 271.76 0.36 0.28
Hex 49 2E 61 19 35 0 3E 110 24 1C
Octal 111 56 141 31 65 0 76 420 44 34
Binary 1001001 101110 1100001 11001 110101 0 111110 100010000 100100 11100

Color Harmonies of #492E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E61

Black with #492E61

Text Example


Text Example

White with #492E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492E61; }

 p { color: rgb(73,46,97); }

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

background-color css

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

 a { background-color: rgb(73,46,97); }

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

border-color css

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

 span { border-color: rgb(73,46,97); }

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