Html Css Color HEX #492455 Scarlet Gum

📋 copy color: '#492455'

red 73 ◦ green 36 ◦ blue 85

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

Shades of Scarlet Gum #492455

Tints of Scarlet Gum #492455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.81%

R = 37.63%
G = 18.56%
B = 43.81%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#492455 (or 0x492455) is known color: Scarlet Gum. HEX triplet: 49, 24 and 55. RGB value is (73,36,85). Sum of RGB (Red+Green+Blue) = 73+36+85=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #492455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492455 is #B6DBAA. Grayscale: #343434. Windows color (decimal): -11983787 or 5579849. OLE color: 5579849.

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

Color convert

RGB 73 36 85 -
CMYK 0.14 0.58 0 0.67
HSL 285.31º 0.4% 0.24% -
HSV(B) 285.31º 0.58% 0.33% -
XYZ 5.02 3.33 8.97 -
YUV 52.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 73 36 85 0.14 0.58 0 0.67 285.31 0.4 0.24
Hex 49 24 55 E 3A 0 43 11D 28 18
Octal 111 44 125 16 72 0 103 435 50 30
Binary 1001001 100100 1010101 1110 111010 0 1000011 100011101 101000 11000

Color Harmonies of #492455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492455

Black with #492455

Text Example


Text Example

White with #492455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492455; }

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

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

background-color css

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

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

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

border-color css

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

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

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