Html Css Color HEX #492658 Scarlet Gum

📋 copy color: '#492658'

red 73 ◦ green 38 ◦ blue 88

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

Shades of Scarlet Gum #492658

Tints of Scarlet Gum #492658

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.1%

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

R = 36.68%
G = 19.1%
B = 44.22%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#492658 (or 0x492658) is known color: Scarlet Gum. HEX triplet: 49, 26 and 58. RGB value is (73,38,88). Sum of RGB (Red+Green+Blue) = 73+38+88=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #492658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492658 is #B6D9A7. Grayscale: #353535. Windows color (decimal): -11983272 or 5776969. OLE color: 5776969.

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

Color convert

RGB 73 38 88 -
CMYK 0.17 0.57 0 0.65
HSL 282º 0.4% 0.25% -
HSV(B) 282º 0.57% 0.35% -
XYZ 5.2 3.51 9.64 -
YUV 54.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 73 38 88 0.17 0.57 0 0.65 282 0.4 0.25
Hex 49 26 58 11 39 0 41 11A 28 19
Octal 111 46 130 21 71 0 101 432 50 31
Binary 1001001 100110 1011000 10001 111001 0 1000001 100011010 101000 11001

Color Harmonies of #492658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492658

Black with #492658

Text Example


Text Example

White with #492658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492658; }

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

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

background-color css

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

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

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

border-color css

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

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

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