Html Css Color HEX #492760 Scarlet Gum

📋 copy color: '#492760'

red 73 ◦ green 39 ◦ blue 96

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

Shades of Scarlet Gum #492760

Tints of Scarlet Gum #492760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.75%

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

R = 35.1%
G = 18.75%
B = 46.15%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492760 (or 0x492760) is known color: Scarlet Gum. HEX triplet: 49, 27 and 60. RGB value is (73,39,96). Sum of RGB (Red+Green+Blue) = 73+39+96=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #492760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492760 is #B6D89F. Grayscale: #373737. Windows color (decimal): -11983008 or 6301513. OLE color: 6301513.

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

Color convert

RGB 73 39 96 -
CMYK 0.24 0.59 0 0.62
HSL 275.79º 0.42% 0.26% -
HSV(B) 275.79º 0.59% 0.38% -
XYZ 5.58 3.71 11.49 -
YUV 55.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 73 39 96 0.24 0.59 0 0.62 275.79 0.42 0.26
Hex 49 27 60 18 3B 0 3E 114 2A 1A
Octal 111 47 140 30 73 0 76 424 52 32
Binary 1001001 100111 1100000 11000 111011 0 111110 100010100 101010 11010

Color Harmonies of #492760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492760

Black with #492760

Text Example


Text Example

White with #492760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492760; }

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

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

background-color css

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

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

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

border-color css

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

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

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