Html Css Color HEX #490658 Scarlet Gum

📋 copy color: '#490658'

red 73 ◦ green 6 ◦ blue 88

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

Shades of Scarlet Gum #490658

Tints of Scarlet Gum #490658

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.59%

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

R = 43.71%
G = 3.59%
B = 52.69%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#490658 (or 0x490658) is known color: Scarlet Gum. HEX triplet: 49, 06 and 58. RGB value is (73,6,88). Sum of RGB (Red+Green+Blue) = 73+6+88=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #490658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490658 is #B6F9A7. Grayscale: #232323. Windows color (decimal): -11991464 or 5768777. OLE color: 5768777.

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

Color convert

RGB 73 6 88 -
CMYK 0.17 0.93 0 0.65
HSL 289.02º 0.87% 0.18% -
HSV(B) 289.02º 0.93% 0.35% -
XYZ 4.57 2.25 9.43 -
YUV 35.38 157.7 154.83 -
System Red Green Blue C M Y K H S L
Decimal 73 6 88 0.17 0.93 0 0.65 289.02 0.87 0.18
Hex 49 6 58 11 5D 0 41 121 57 12
Octal 111 6 130 21 135 0 101 441 127 22
Binary 1001001 110 1011000 10001 1011101 0 1000001 100100001 1010111 10010

Color Harmonies of #490658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490658

Black with #490658

Text Example


Text Example

White with #490658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490658; }

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

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

background-color css

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

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

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

border-color css

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

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

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