Html Css Color HEX #492260 Scarlet Gum

📋 copy color: '#492260'

red 73 ◦ green 34 ◦ blue 96

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

Shades of Scarlet Gum #492260

Tints of Scarlet Gum #492260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.75%

 BLUE value IS 96 (37.89% from 255) = 47.29%

R = 35.96%
G = 16.75%
B = 47.29%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492260 (or 0x492260) is known color: Scarlet Gum. HEX triplet: 49, 22 and 60. RGB value is (73,34,96). Sum of RGB (Red+Green+Blue) = 73+34+96=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #492260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492260 is #B6DD9F. Grayscale: #343434. Windows color (decimal): -11984288 or 6300233. OLE color: 6300233.

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

Color convert

RGB 73 34 96 -
CMYK 0.24 0.65 0 0.62
HSL 277.74º 0.48% 0.25% -
HSV(B) 277.74º 0.65% 0.38% -
XYZ 5.43 3.41 11.44 -
YUV 52.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 73 34 96 0.24 0.65 0 0.62 277.74 0.48 0.25
Hex 49 22 60 18 41 0 3E 116 30 19
Octal 111 42 140 30 101 0 76 426 60 31
Binary 1001001 100010 1100000 11000 1000001 0 111110 100010110 110000 11001

Color Harmonies of #492260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492260

Black with #492260

Text Example


Text Example

White with #492260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492260; }

 p { color: rgb(73,34,96); }

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

background-color css

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

 a { background-color: rgb(73,34,96); }

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

border-color css

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

 span { border-color: rgb(73,34,96); }

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