Html Css Color HEX #492861 Scarlet Gum

📋 copy color: '#492861'

red 73 ◦ green 40 ◦ blue 97

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

Shades of Scarlet Gum #492861

Tints of Scarlet Gum #492861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

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

R = 34.76%
G = 19.05%
B = 46.19%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492861 (or 0x492861) is known color: Scarlet Gum. HEX triplet: 49, 28 and 61. RGB value is (73,40,97). Sum of RGB (Red+Green+Blue) = 73+40+97=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #492861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492861 is #B6D79E. Grayscale: #383838. Windows color (decimal): -11982751 or 6367305. OLE color: 6367305.

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

Color convert

RGB 73 40 97 -
CMYK 0.25 0.59 0 0.62
HSL 274.74º 0.42% 0.27% -
HSV(B) 274.74º 0.59% 0.38% -
XYZ 5.66 3.8 11.74 -
YUV 56.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 73 40 97 0.25 0.59 0 0.62 274.74 0.42 0.27
Hex 49 28 61 19 3B 0 3E 113 2A 1B
Octal 111 50 141 31 73 0 76 423 52 33
Binary 1001001 101000 1100001 11001 111011 0 111110 100010011 101010 11011

Color Harmonies of #492861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492861

Black with #492861

Text Example


Text Example

White with #492861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492861; }

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

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

background-color css

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

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

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

border-color css

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

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

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