Html Css Color HEX #492D56 Scarlet Gum

📋 copy color: '#492D56'

red 73 ◦ green 45 ◦ blue 86

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

Shades of Scarlet Gum #492D56

Tints of Scarlet Gum #492D56

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.06%

 BLUE value IS 86 (33.98% from 255) = 42.16%

R = 35.78%
G = 22.06%
B = 42.16%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#492D56 (or 0x492D56) is known color: Scarlet Gum. HEX triplet: 49, 2D and 56. RGB value is (73,45,86). Sum of RGB (Red+Green+Blue) = 73+45+86=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #492D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492D56 is #B6D2A9. Grayscale: #393939. Windows color (decimal): -11981482 or 5647689. OLE color: 5647689.

HSL color Cylindrical-coordinate representation of color #492D56: hue angle of 280.98º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #492D56 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 45 86 -
CMYK 0.15 0.48 0 0.66
HSL 280.98º 0.31% 0.26% -
HSV(B) 280.98º 0.48% 0.34% -
XYZ 5.37 3.97 9.29 -
YUV 58.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 73 45 86 0.15 0.48 0 0.66 280.98 0.31 0.26
Hex 49 2D 56 F 30 0 42 119 1F 1A
Octal 111 55 126 17 60 0 102 431 37 32
Binary 1001001 101101 1010110 1111 110000 0 1000010 100011001 11111 11010

Color Harmonies of #492D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D56

Black with #492D56

Text Example


Text Example

White with #492D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492D56; }

 p { color: rgb(73,45,86); }

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

background-color css

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

 a { background-color: rgb(73,45,86); }

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

border-color css

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

 span { border-color: rgb(73,45,86); }

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