Html Css Color HEX #492A59 Scarlet Gum

📋 copy color: '#492A59'

red 73 ◦ green 42 ◦ blue 89

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

Shades of Scarlet Gum #492A59

Tints of Scarlet Gum #492A59

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.59%

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

R = 35.78%
G = 20.59%
B = 43.63%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#492A59 (or 0x492A59) is known color: Scarlet Gum. HEX triplet: 49, 2A and 59. RGB value is (73,42,89). Sum of RGB (Red+Green+Blue) = 73+42+89=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #492A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492A59 is #B6D5A6. Grayscale: #383838. Windows color (decimal): -11982247 or 5843529. OLE color: 5843529.

HSL color Cylindrical-coordinate representation of color #492A59: hue angle of 279.57º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #492A59 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 42 89 -
CMYK 0.18 0.53 0 0.65
HSL 279.57º 0.36% 0.26% -
HSV(B) 279.57º 0.53% 0.35% -
XYZ 5.38 3.79 9.9 -
YUV 56.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 73 42 89 0.18 0.53 0 0.65 279.57 0.36 0.26
Hex 49 2A 59 12 35 0 41 118 24 1A
Octal 111 52 131 22 65 0 101 430 44 32
Binary 1001001 101010 1011001 10010 110101 0 1000001 100011000 100100 11010

Color Harmonies of #492A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A59

Black with #492A59

Text Example


Text Example

White with #492A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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