Html Css Color HEX #492464 Scarlet Gum

📋 copy color: '#492464'

red 73 ◦ green 36 ◦ blue 100

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

Shades of Scarlet Gum #492464

Tints of Scarlet Gum #492464

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.22%

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

R = 34.93%
G = 17.22%
B = 47.85%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#492464 (or 0x492464) is known color: Scarlet Gum. HEX triplet: 49, 24 and 64. RGB value is (73,36,100). Sum of RGB (Red+Green+Blue) = 73+36+100=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 100 - color contains mainly: blue. Hex color #492464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492464 is #B6DB9B. Grayscale: #363636. Windows color (decimal): -11983772 or 6562889. OLE color: 6562889.

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

Color convert

RGB 73 36 100 -
CMYK 0.27 0.64 0 0.61
HSL 274.69º 0.47% 0.27% -
HSV(B) 274.69º 0.64% 0.39% -
XYZ 5.68 3.6 12.45 -
YUV 54.36 153.76 141.3 -
System Red Green Blue C M Y K H S L
Decimal 73 36 100 0.27 0.64 0 0.61 274.69 0.47 0.27
Hex 49 24 64 1B 40 0 3D 113 2F 1B
Octal 111 44 144 33 100 0 75 423 57 33
Binary 1001001 100100 1100100 11011 1000000 0 111101 100010011 101111 11011

Color Harmonies of #492464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492464

Black with #492464

Text Example


Text Example

White with #492464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492464; }

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

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

background-color css

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

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

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

border-color css

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

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

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