Html Css Color HEX #490C62 Scarlet Gum

📋 copy color: '#490C62'

red 73 ◦ green 12 ◦ blue 98

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

Shades of Scarlet Gum #490C62

Tints of Scarlet Gum #490C62

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.56%

 BLUE value IS 98 (38.67% from 255) = 53.55%

R = 39.89%
G = 6.56%
B = 53.55%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#490C62 (or 0x490C62) is known color: Scarlet Gum. HEX triplet: 49, 0C and 62. RGB value is (73,12,98). Sum of RGB (Red+Green+Blue) = 73+12+98=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #490C62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C62 is #B6F39D. Grayscale: #272727. Windows color (decimal): -11989918 or 6425673. OLE color: 6425673.

HSL color Cylindrical-coordinate representation of color #490C62: hue angle of 282.56º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490C62 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 12 98 -
CMYK 0.26 0.88 0 0.62
HSL 282.56º 0.78% 0.22% -
HSV(B) 282.56º 0.88% 0.38% -
XYZ 5.08 2.56 11.78 -
YUV 40.04 160.71 151.51 -
System Red Green Blue C M Y K H S L
Decimal 73 12 98 0.26 0.88 0 0.62 282.56 0.78 0.22
Hex 49 C 62 1A 58 0 3E 11B 4E 16
Octal 111 14 142 32 130 0 76 433 116 26
Binary 1001001 1100 1100010 11010 1011000 0 111110 100011011 1001110 10110

Color Harmonies of #490C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C62

Black with #490C62

Text Example


Text Example

White with #490C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490C62; }

 p { color: rgb(73,12,98); }

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

background-color css

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

 a { background-color: rgb(73,12,98); }

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

border-color css

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

 span { border-color: rgb(73,12,98); }

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