Html Css Color HEX #4604AB Indigo

📋 copy color: '#4604AB'

red 70 ◦ green 4 ◦ blue 171

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

Shades of Indigo #4604AB

Tints of Indigo #4604AB

RGB

 RED value IS 70 (27.73% from 255) = 28.57%

 GREEN value IS 4 (1.95% from 255) = 1.63%

 BLUE value IS 171 (67.19% from 255) = 69.8%

R = 28.57%
G = 1.63%
B = 69.8%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4604AB (or 0x4604AB) is known color: Indigo. HEX triplet: 46, 04 and AB. RGB value is (70,4,171). Sum of RGB (Red+Green+Blue) = 70+4+171=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #4604AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4604AB is #B9FB54. Grayscale: #2A2A2A. Windows color (decimal): -12188501 or 11207750. OLE color: 11207750.

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

Color convert

RGB 70 4 171 -
CMYK 0.59 0.98 0 0.33
HSL 263.71º 0.95% 0.34% -
HSV(B) 263.71º 0.98% 0.67% -
XYZ 9.92 4.33 38.84 -
YUV 42.77 200.37 147.42 -
System Red Green Blue C M Y K H S L
Decimal 70 4 171 0.59 0.98 0 0.33 263.71 0.95 0.34
Hex 46 4 AB 3B 62 0 21 108 5F 22
Octal 106 4 253 73 142 0 41 410 137 42
Binary 1000110 100 10101011 111011 1100010 0 100001 100001000 1011111 100010

Color Harmonies of #4604AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4604AB

Black with #4604AB

Text Example


Text Example

White with #4604AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4604AB; }

 p { color: rgb(70,4,171); }

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

background-color css

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

 a { background-color: rgb(70,4,171); }

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

border-color css

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

 span { border-color: rgb(70,4,171); }

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