Html Css Color HEX #492F5D Scarlet Gum

📋 copy color: '#492F5D'

red 73 ◦ green 47 ◦ blue 93

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

Shades of Scarlet Gum #492F5D

Tints of Scarlet Gum #492F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 43.66%

R = 34.27%
G = 22.07%
B = 43.66%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#492F5D (or 0x492F5D) is known color: Scarlet Gum. HEX triplet: 49, 2F and 5D. RGB value is (73,47,93). Sum of RGB (Red+Green+Blue) = 73+47+93=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #492F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492F5D is #B6D0A2. Grayscale: #3B3B3B. Windows color (decimal): -11980963 or 6106953. OLE color: 6106953.

HSL color Cylindrical-coordinate representation of color #492F5D: hue angle of 273.91º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #492F5D is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 47 93 -
CMYK 0.22 0.49 0 0.64
HSL 273.91º 0.33% 0.27% -
HSV(B) 273.91º 0.49% 0.36% -
XYZ 5.74 4.24 10.87 -
YUV 60.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 73 47 93 0.22 0.49 0 0.64 273.91 0.33 0.27
Hex 49 2F 5D 16 31 0 40 112 21 1B
Octal 111 57 135 26 61 0 100 422 41 33
Binary 1001001 101111 1011101 10110 110001 0 1000000 100010010 100001 11011

Color Harmonies of #492F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F5D

Black with #492F5D

Text Example


Text Example

White with #492F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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