Html Css Color HEX #492058 Scarlet Gum

📋 copy color: '#492058'

red 73 ◦ green 32 ◦ blue 88

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

Shades of Scarlet Gum #492058

Tints of Scarlet Gum #492058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.58%

 BLUE value IS 88 (34.77% from 255) = 45.6%

R = 37.82%
G = 16.58%
B = 45.6%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#492058 (or 0x492058) is known color: Scarlet Gum. HEX triplet: 49, 20 and 58. RGB value is (73,32,88). Sum of RGB (Red+Green+Blue) = 73+32+88=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #492058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492058 is #B6DFA7. Grayscale: #323232. Windows color (decimal): -11984808 or 5775433. OLE color: 5775433.

HSL color Cylindrical-coordinate representation of color #492058: hue angle of 283.93º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #492058 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 32 88 -
CMYK 0.17 0.64 0 0.65
HSL 283.93º 0.47% 0.24% -
HSV(B) 283.93º 0.64% 0.35% -
XYZ 5.03 3.15 9.58 -
YUV 50.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 73 32 88 0.17 0.64 0 0.65 283.93 0.47 0.24
Hex 49 20 58 11 40 0 41 11C 2F 18
Octal 111 40 130 21 100 0 101 434 57 30
Binary 1001001 100000 1011000 10001 1000000 0 1000001 100011100 101111 11000

Color Harmonies of #492058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492058

Black with #492058

Text Example


Text Example

White with #492058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492058; }

 p { color: rgb(73,32,88); }

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

background-color css

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

 a { background-color: rgb(73,32,88); }

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

border-color css

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

 span { border-color: rgb(73,32,88); }

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