Html Css Color HEX #4901A6 Indigo

📋 copy color: '#4901A6'

red 73 ◦ green 1 ◦ blue 166

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

Shades of Indigo #4901A6

Tints of Indigo #4901A6

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 166 (65.23% from 255) = 69.17%

R = 30.42%
G = 0.42%
B = 69.17%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4901A6 (or 0x4901A6) is known color: Indigo. HEX triplet: 49, 01 and A6. RGB value is (73,1,166). Sum of RGB (Red+Green+Blue) = 73+1+166=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 166 (65.23% from 255 or 69.17% from 240); Max value from RGB is 166 - color contains mainly: blue. Hex color #4901A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4901A6 is #B6FE59. Grayscale: #282828. Windows color (decimal): -11992666 or 10879305. OLE color: 10879305.

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

Color convert

RGB 73 1 166 -
CMYK 0.56 0.99 0 0.35
HSL 266.18º 0.99% 0.33% -
HSV(B) 266.18º 0.99% 0.65% -
XYZ 9.64 4.19 36.38 -
YUV 41.34 198.35 150.58 -
System Red Green Blue C M Y K H S L
Decimal 73 1 166 0.56 0.99 0 0.35 266.18 0.99 0.33
Hex 49 1 A6 38 63 0 23 10A 63 21
Octal 111 1 246 70 143 0 43 412 143 41
Binary 1001001 1 10100110 111000 1100011 0 100011 100001010 1100011 100001

Color Harmonies of #4901A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4901A6

Black with #4901A6

Text Example


Text Example

White with #4901A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4901A6; }

 p { color: rgb(73,1,166); }

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

background-color css

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

 a { background-color: rgb(73,1,166); }

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

border-color css

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

 span { border-color: rgb(73,1,166); }

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