Html Css Color HEX #492854 Scarlet Gum

📋 copy color: '#492854'

red 73 ◦ green 40 ◦ blue 84

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

Shades of Scarlet Gum #492854

Tints of Scarlet Gum #492854

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.3%

 BLUE value IS 84 (33.2% from 255) = 42.64%

R = 37.06%
G = 20.3%
B = 42.64%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#492854 (or 0x492854) is known color: Scarlet Gum. HEX triplet: 49, 28 and 54. RGB value is (73,40,84). Sum of RGB (Red+Green+Blue) = 73+40+84=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #492854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492854 is #B6D7AB. Grayscale: #363636. Windows color (decimal): -11982764 or 5515337. OLE color: 5515337.

HSL color Cylindrical-coordinate representation of color #492854: hue angle of 285º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #492854 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 40 84 -
CMYK 0.13 0.52 0 0.67
HSL 285º 0.35% 0.24% -
HSV(B) 285º 0.52% 0.33% -
XYZ 5.11 3.57 8.81 -
YUV 54.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 73 40 84 0.13 0.52 0 0.67 285 0.35 0.24
Hex 49 28 54 D 34 0 43 11D 23 18
Octal 111 50 124 15 64 0 103 435 43 30
Binary 1001001 101000 1010100 1101 110100 0 1000011 100011101 100011 11000

Color Harmonies of #492854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492854

Black with #492854

Text Example


Text Example

White with #492854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492854; }

 p { color: rgb(73,40,84); }

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

background-color css

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

 a { background-color: rgb(73,40,84); }

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

border-color css

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

 span { border-color: rgb(73,40,84); }

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