Html Css Color HEX #492F56 Scarlet Gum

📋 copy color: '#492F56'

red 73 ◦ green 47 ◦ blue 86

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

Shades of Scarlet Gum #492F56

Tints of Scarlet Gum #492F56

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.82%

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

R = 35.44%
G = 22.82%
B = 41.75%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#492F56 (or 0x492F56) is known color: Scarlet Gum. HEX triplet: 49, 2F and 56. RGB value is (73,47,86). Sum of RGB (Red+Green+Blue) = 73+47+86=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #492F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492F56 is #B6D0A9. Grayscale: #3B3B3B. Windows color (decimal): -11980970 or 5648201. OLE color: 5648201.

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

Color convert

RGB 73 47 86 -
CMYK 0.15 0.45 0 0.66
HSL 280º 0.29% 0.26% -
HSV(B) 280º 0.45% 0.34% -
XYZ 5.44 4.12 9.31 -
YUV 59.22 143.11 137.83 -
System Red Green Blue C M Y K H S L
Decimal 73 47 86 0.15 0.45 0 0.66 280 0.29 0.26
Hex 49 2F 56 F 2D 0 42 118 1D 1A
Octal 111 57 126 17 55 0 102 430 35 32
Binary 1001001 101111 1010110 1111 101101 0 1000010 100011000 11101 11010

Color Harmonies of #492F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F56

Black with #492F56

Text Example


Text Example

White with #492F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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