Html Css Color HEX #490458 Scarlet Gum

📋 copy color: '#490458'

red 73 ◦ green 4 ◦ blue 88

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

Shades of Scarlet Gum #490458

Tints of Scarlet Gum #490458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.42%

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

R = 44.24%
G = 2.42%
B = 53.33%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#490458 (or 0x490458) is known color: Scarlet Gum. HEX triplet: 49, 04 and 58. RGB value is (73,4,88). Sum of RGB (Red+Green+Blue) = 73+4+88=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #490458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490458 is #B6FBA7. Grayscale: #212121. Windows color (decimal): -11991976 or 5768265. OLE color: 5768265.

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

Color convert

RGB 73 4 88 -
CMYK 0.17 0.95 0 0.65
HSL 289.29º 0.91% 0.18% -
HSV(B) 289.29º 0.95% 0.35% -
XYZ 4.55 2.21 9.42 -
YUV 34.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 73 4 88 0.17 0.95 0 0.65 289.29 0.91 0.18
Hex 49 4 58 11 5F 0 41 121 5B 12
Octal 111 4 130 21 137 0 101 441 133 22
Binary 1001001 100 1011000 10001 1011111 0 1000001 100100001 1011011 10010

Color Harmonies of #490458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490458

Black with #490458

Text Example


Text Example

White with #490458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490458; }

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

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

background-color css

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

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

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

border-color css

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

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

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