Html Css Color HEX #492E55 Scarlet Gum

📋 copy color: '#492E55'

red 73 ◦ green 46 ◦ blue 85

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

Shades of Scarlet Gum #492E55

Tints of Scarlet Gum #492E55

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.55%

 BLUE value IS 85 (33.59% from 255) = 41.67%

R = 35.78%
G = 22.55%
B = 41.67%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#492E55 (or 0x492E55) is known color: Scarlet Gum. HEX triplet: 49, 2E and 55. RGB value is (73,46,85). Sum of RGB (Red+Green+Blue) = 73+46+85=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #492E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E55 is #B6D1AA. Grayscale: #3A3A3A. Windows color (decimal): -11981227 or 5582409. OLE color: 5582409.

HSL color Cylindrical-coordinate representation of color #492E55: hue angle of 281.54º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #492E55 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 46 85 -
CMYK 0.14 0.46 0 0.67
HSL 281.54º 0.3% 0.26% -
HSV(B) 281.54º 0.46% 0.33% -
XYZ 5.36 4.03 9.09 -
YUV 58.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 73 46 85 0.14 0.46 0 0.67 281.54 0.3 0.26
Hex 49 2E 55 E 2E 0 43 11A 1E 1A
Octal 111 56 125 16 56 0 103 432 36 32
Binary 1001001 101110 1010101 1110 101110 0 1000011 100011010 11110 11010

Color Harmonies of #492E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E55

Black with #492E55

Text Example


Text Example

White with #492E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,46,85); }

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

background-color css

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

 a { background-color: rgb(73,46,85); }

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

border-color css

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

 span { border-color: rgb(73,46,85); }

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