Html Css Color HEX #492B61 Scarlet Gum

📋 copy color: '#492B61'

red 73 ◦ green 43 ◦ blue 97

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

Shades of Scarlet Gum #492B61

Tints of Scarlet Gum #492B61

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.19%

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

R = 34.27%
G = 20.19%
B = 45.54%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492B61 (or 0x492B61) is known color: Scarlet Gum. HEX triplet: 49, 2B and 61. RGB value is (73,43,97). Sum of RGB (Red+Green+Blue) = 73+43+97=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #492B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492B61 is #B6D49E. Grayscale: #393939. Windows color (decimal): -11981983 or 6368073. OLE color: 6368073.

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

Color convert

RGB 73 43 97 -
CMYK 0.25 0.56 0 0.62
HSL 273.33º 0.39% 0.27% -
HSV(B) 273.33º 0.56% 0.38% -
XYZ 5.77 4.01 11.78 -
YUV 58.13 149.94 138.61 -
System Red Green Blue C M Y K H S L
Decimal 73 43 97 0.25 0.56 0 0.62 273.33 0.39 0.27
Hex 49 2B 61 19 38 0 3E 111 27 1B
Octal 111 53 141 31 70 0 76 421 47 33
Binary 1001001 101011 1100001 11001 111000 0 111110 100010001 100111 11011

Color Harmonies of #492B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B61

Black with #492B61

Text Example


Text Example

White with #492B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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