Html Css Color HEX #4902AC Indigo

📋 copy color: '#4902AC'

red 73 ◦ green 2 ◦ blue 172

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

Shades of Indigo #4902AC

Tints of Indigo #4902AC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 172 (67.58% from 255) = 69.64%

R = 29.55%
G = 0.81%
B = 69.64%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4902AC (or 0x4902AC) is known color: Indigo. HEX triplet: 49, 02 and AC. RGB value is (73,2,172). Sum of RGB (Red+Green+Blue) = 73+2+172=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #4902AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4902AC is #B6FD53. Grayscale: #2A2A2A. Windows color (decimal): -11992404 or 11272777. OLE color: 11272777.

HSL color Cylindrical-coordinate representation of color #4902AC: hue angle of 265.06º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4902AC is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 2 172 -
CMYK 0.58 0.99 0 0.33
HSL 265.06º 0.98% 0.34% -
HSV(B) 265.06º 0.99% 0.67% -
XYZ 10.22 4.44 39.35 -
YUV 42.61 201.02 149.68 -
System Red Green Blue C M Y K H S L
Decimal 73 2 172 0.58 0.99 0 0.33 265.06 0.98 0.34
Hex 49 2 AC 3A 63 0 21 109 62 22
Octal 111 2 254 72 143 0 41 411 142 42
Binary 1001001 10 10101100 111010 1100011 0 100001 100001001 1100010 100010

Color Harmonies of #4902AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4902AC

Black with #4902AC

Text Example


Text Example

White with #4902AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4902AC; }

 p { color: rgb(73,2,172); }

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

background-color css

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

 a { background-color: rgb(73,2,172); }

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

border-color css

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

 span { border-color: rgb(73,2,172); }

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