Html Css Color HEX #46048C Indigo

📋 copy color: '#46048C'

red 70 ◦ green 4 ◦ blue 140

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

Shades of Indigo #46048C

Tints of Indigo #46048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 65.42%

R = 32.71%
G = 1.87%
B = 65.42%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46048C (or 0x46048C) is known color: Indigo. HEX triplet: 46, 04 and 8C. RGB value is (70,4,140). Sum of RGB (Red+Green+Blue) = 70+4+140=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 140 (55.08% from 255 or 65.42% from 214); Max value from RGB is 140 - color contains mainly: blue. Hex color #46048C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46048C is #B9FB73. Grayscale: #262626. Windows color (decimal): -12188532 or 9176134. OLE color: 9176134.

HSL color Cylindrical-coordinate representation of color #46048C: hue angle of 269.12º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46048C is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 4 140 -
CMYK 0.50 0.97 0 0.45
HSL 269.12º 0.94% 0.28% -
HSV(B) 269.12º 0.97% 0.55% -
XYZ 7.3 3.28 25.06 -
YUV 39.24 184.87 149.94 -
System Red Green Blue C M Y K H S L
Decimal 70 4 140 0.50 0.97 0 0.45 269.12 0.94 0.28
Hex 46 4 8C 32 61 0 2D 10D 5E 1C
Octal 106 4 214 62 141 0 55 415 136 34
Binary 1000110 100 10001100 110010 1100001 0 101101 100001101 1011110 11100

Color Harmonies of #46048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46048C

Black with #46048C

Text Example


Text Example

White with #46048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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