Html Css Color HEX #492C5F Scarlet Gum

📋 copy color: '#492C5F'

red 73 ◦ green 44 ◦ blue 95

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

Shades of Scarlet Gum #492C5F

Tints of Scarlet Gum #492C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.75%

 BLUE value IS 95 (37.5% from 255) = 44.81%

R = 34.43%
G = 20.75%
B = 44.81%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#492C5F (or 0x492C5F) is known color: Scarlet Gum. HEX triplet: 49, 2C and 5F. RGB value is (73,44,95). Sum of RGB (Red+Green+Blue) = 73+44+95=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 95 - color contains mainly: blue. Hex color #492C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C5F is #B6D3A0. Grayscale: #3A3A3A. Windows color (decimal): -11981729 or 6237257. OLE color: 6237257.

HSL color Cylindrical-coordinate representation of color #492C5F: hue angle of 274.12º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #492C5F is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 44 95 -
CMYK 0.23 0.54 0 0.63
HSL 274.12º 0.37% 0.27% -
HSV(B) 274.12º 0.54% 0.37% -
XYZ 5.71 4.04 11.31 -
YUV 58.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 73 44 95 0.23 0.54 0 0.63 274.12 0.37 0.27
Hex 49 2C 5F 17 36 0 3F 112 25 1B
Octal 111 54 137 27 66 0 77 422 45 33
Binary 1001001 101100 1011111 10111 110110 0 111111 100010010 100101 11011

Color Harmonies of #492C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C5F

Black with #492C5F

Text Example


Text Example

White with #492C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,44,95); }

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

background-color css

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

 a { background-color: rgb(73,44,95); }

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

border-color css

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

 span { border-color: rgb(73,44,95); }

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