Html Css Color HEX #492364 Scarlet Gum

📋 copy color: '#492364'

red 73 ◦ green 35 ◦ blue 100

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

Shades of Scarlet Gum #492364

Tints of Scarlet Gum #492364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.83%

 BLUE value IS 100 (39.45% from 255) = 48.08%

R = 35.1%
G = 16.83%
B = 48.08%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#492364 (or 0x492364) is known color: Scarlet Gum. HEX triplet: 49, 23 and 64. RGB value is (73,35,100). Sum of RGB (Red+Green+Blue) = 73+35+100=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #492364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492364 is #B6DC9B. Grayscale: #353535. Windows color (decimal): -11984028 or 6562633. OLE color: 6562633.

HSL color Cylindrical-coordinate representation of color #492364: hue angle of 275.08º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #492364 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 35 100 -
CMYK 0.27 0.65 0 0.61
HSL 275.08º 0.48% 0.26% -
HSV(B) 275.08º 0.65% 0.39% -
XYZ 5.65 3.54 12.44 -
YUV 53.77 154.09 141.71 -
System Red Green Blue C M Y K H S L
Decimal 73 35 100 0.27 0.65 0 0.61 275.08 0.48 0.26
Hex 49 23 64 1B 41 0 3D 113 30 1A
Octal 111 43 144 33 101 0 75 423 60 32
Binary 1001001 100011 1100100 11011 1000001 0 111101 100010011 110000 11010

Color Harmonies of #492364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492364

Black with #492364

Text Example


Text Example

White with #492364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492364; }

 p { color: rgb(73,35,100); }

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

background-color css

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

 a { background-color: rgb(73,35,100); }

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

border-color css

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

 span { border-color: rgb(73,35,100); }

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