Html Css Color HEX #492961 Scarlet Gum

📋 copy color: '#492961'

red 73 ◦ green 41 ◦ blue 97

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

Shades of Scarlet Gum #492961

Tints of Scarlet Gum #492961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.43%

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

R = 34.6%
G = 19.43%
B = 45.97%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492961 (or 0x492961) is known color: Scarlet Gum. HEX triplet: 49, 29 and 61. RGB value is (73,41,97). Sum of RGB (Red+Green+Blue) = 73+41+97=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #492961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492961 is #B6D69E. Grayscale: #383838. Windows color (decimal): -11982495 or 6367561. OLE color: 6367561.

HSL color Cylindrical-coordinate representation of color #492961: hue angle of 274.29º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #492961 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 41 97 -
CMYK 0.25 0.58 0 0.62
HSL 274.29º 0.41% 0.27% -
HSV(B) 274.29º 0.58% 0.38% -
XYZ 5.7 3.87 11.76 -
YUV 56.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 73 41 97 0.25 0.58 0 0.62 274.29 0.41 0.27
Hex 49 29 61 19 3A 0 3E 112 29 1B
Octal 111 51 141 31 72 0 76 422 51 33
Binary 1001001 101001 1100001 11001 111010 0 111110 100010010 101001 11011

Color Harmonies of #492961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492961

Black with #492961

Text Example


Text Example

White with #492961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492961; }

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

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

background-color css

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

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

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

border-color css

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

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

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