Html Css Color HEX #4806A4 Indigo

📋 copy color: '#4806A4'

red 72 ◦ green 6 ◦ blue 164

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

Shades of Indigo #4806A4

Tints of Indigo #4806A4

RGB

 RED value IS 72 (28.52% from 255) = 29.75%

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

 BLUE value IS 164 (64.45% from 255) = 67.77%

R = 29.75%
G = 2.48%
B = 67.77%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4806A4 (or 0x4806A4) is known color: Indigo. HEX triplet: 48, 06 and A4. RGB value is (72,6,164). Sum of RGB (Red+Green+Blue) = 72+6+164=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 164 (64.45% from 255 or 67.77% from 242); Max value from RGB is 164 - color contains mainly: blue. Hex color #4806A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4806A4 is #B7F95B. Grayscale: #2B2B2B. Windows color (decimal): -12056924 or 10749512. OLE color: 10749512.

HSL color Cylindrical-coordinate representation of color #4806A4: hue angle of 265.06º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4806A4 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 6 164 -
CMYK 0.56 0.96 0 0.36
HSL 265.06º 0.93% 0.33% -
HSV(B) 265.06º 0.96% 0.64% -
XYZ 9.44 4.19 35.43 -
YUV 43.75 195.87 148.15 -
System Red Green Blue C M Y K H S L
Decimal 72 6 164 0.56 0.96 0 0.36 265.06 0.93 0.33
Hex 48 6 A4 38 60 0 24 109 5D 21
Octal 110 6 244 70 140 0 44 411 135 41
Binary 1001000 110 10100100 111000 1100000 0 100100 100001001 1011101 100001

Color Harmonies of #4806A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4806A4

Black with #4806A4

Text Example


Text Example

White with #4806A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4806A4; }

 p { color: rgb(72,6,164); }

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

background-color css

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

 a { background-color: rgb(72,6,164); }

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

border-color css

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

 span { border-color: rgb(72,6,164); }

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