Html Css Color HEX #490058 Scarlet Gum

📋 copy color: '#490058'

red 73 ◦ green 0 ◦ blue 88

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

Shades of Scarlet Gum #490058

Tints of Scarlet Gum #490058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.34%
G = 0%
B = 54.66%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#490058 (or 0x490058) is known color: Scarlet Gum. HEX triplet: 49, 00 and 58. RGB value is (73,0,88). Sum of RGB (Red+Green+Blue) = 73+0+88=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #490058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490058 is #B6FFA7. Grayscale: #1F1F1F. Windows color (decimal): -11993000 or 5767241. OLE color: 5767241.

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

Color convert

RGB 73 0 88 -
CMYK 0.17 1 0 0.65
HSL 289.77º 1% 0.17% -
HSV(B) 289.77º 1% 0.35% -
XYZ 4.51 2.12 9.4 -
YUV 31.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 73 0 88 0.17 1 0 0.65 289.77 1 0.17
Hex 49 0 58 11 64 0 41 122 64 11
Octal 111 0 130 21 144 0 101 442 144 21
Binary 1001001 0 1011000 10001 1100100 0 1000001 100100010 1100100 10001

Color Harmonies of #490058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490058

Black with #490058

Text Example


Text Example

White with #490058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490058; }

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

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

background-color css

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

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

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

border-color css

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

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

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