Html Css Color HEX #492456 Scarlet Gum

📋 copy color: '#492456'

red 73 ◦ green 36 ◦ blue 86

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

Shades of Scarlet Gum #492456

Tints of Scarlet Gum #492456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.46%

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

R = 37.44%
G = 18.46%
B = 44.1%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#492456 (or 0x492456) is known color: Scarlet Gum. HEX triplet: 49, 24 and 56. RGB value is (73,36,86). Sum of RGB (Red+Green+Blue) = 73+36+86=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #492456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492456 is #B6DBA9. Grayscale: #343434. Windows color (decimal): -11983786 or 5645385. OLE color: 5645385.

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

Color convert

RGB 73 36 86 -
CMYK 0.15 0.58 0 0.66
HSL 284.4º 0.41% 0.24% -
HSV(B) 284.4º 0.58% 0.34% -
XYZ 5.06 3.35 9.18 -
YUV 52.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 73 36 86 0.15 0.58 0 0.66 284.4 0.41 0.24
Hex 49 24 56 F 3A 0 42 11C 29 18
Octal 111 44 126 17 72 0 102 434 51 30
Binary 1001001 100100 1010110 1111 111010 0 1000010 100011100 101001 11000

Color Harmonies of #492456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492456

Black with #492456

Text Example


Text Example

White with #492456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492456; }

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

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

background-color css

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

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

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

border-color css

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

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

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