Html Css Color HEX #492556 Scarlet Gum

📋 copy color: '#492556'

red 73 ◦ green 37 ◦ blue 86

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

Shades of Scarlet Gum #492556

Tints of Scarlet Gum #492556

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.88%

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

R = 37.24%
G = 18.88%
B = 43.88%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#492556 (or 0x492556) is known color: Scarlet Gum. HEX triplet: 49, 25 and 56. RGB value is (73,37,86). Sum of RGB (Red+Green+Blue) = 73+37+86=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #492556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492556 is #B6DAA9. Grayscale: #353535. Windows color (decimal): -11983530 or 5645641. OLE color: 5645641.

HSL color Cylindrical-coordinate representation of color #492556: hue angle of 284.08º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #492556 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 37 86 -
CMYK 0.15 0.57 0 0.66
HSL 284.08º 0.4% 0.24% -
HSV(B) 284.08º 0.57% 0.34% -
XYZ 5.09 3.41 9.19 -
YUV 53.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 73 37 86 0.15 0.57 0 0.66 284.08 0.4 0.24
Hex 49 25 56 F 39 0 42 11C 28 18
Octal 111 45 126 17 71 0 102 434 50 30
Binary 1001001 100101 1010110 1111 111001 0 1000010 100011100 101000 11000

Color Harmonies of #492556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492556

Black with #492556

Text Example


Text Example

White with #492556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492556; }

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

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

background-color css

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

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

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

border-color css

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

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

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