Html Css Color HEX #490676 Indigo

📋 copy color: '#490676'

red 73 ◦ green 6 ◦ blue 118

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

Shades of Indigo #490676

Tints of Indigo #490676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 59.9%

R = 37.06%
G = 3.05%
B = 59.9%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#490676 (or 0x490676) is known color: Indigo. HEX triplet: 49, 06 and 76. RGB value is (73,6,118). Sum of RGB (Red+Green+Blue) = 73+6+118=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #490676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490676 is #B6F989. Grayscale: #262626. Windows color (decimal): -11991434 or 7734857. OLE color: 7734857.

HSL color Cylindrical-coordinate representation of color #490676: hue angle of 275.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490676 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 6 118 -
CMYK 0.38 0.95 0 0.54
HSL 275.89º 0.9% 0.24% -
HSV(B) 275.89º 0.95% 0.46% -
XYZ 6.08 2.85 17.37 -
YUV 38.8 172.7 152.39 -
System Red Green Blue C M Y K H S L
Decimal 73 6 118 0.38 0.95 0 0.54 275.89 0.9 0.24
Hex 49 6 76 26 5F 0 36 114 5A 18
Octal 111 6 166 46 137 0 66 424 132 30
Binary 1001001 110 1110110 100110 1011111 0 110110 100010100 1011010 11000

Color Harmonies of #490676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490676

Black with #490676

Text Example


Text Example

White with #490676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490676; }

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

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

background-color css

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

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

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

border-color css

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

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

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