Html Css Color HEX #46048B Indigo

📋 copy color: '#46048B'

red 70 ◦ green 4 ◦ blue 139

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

Shades of Indigo #46048B

Tints of Indigo #46048B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 65.26%

R = 32.86%
G = 1.88%
B = 65.26%

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

#46048B (or 0x46048B) is known color: Indigo. HEX triplet: 46, 04 and 8B. RGB value is (70,4,139). Sum of RGB (Red+Green+Blue) = 70+4+139=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #46048B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46048B is #B9FB74. Grayscale: #262626. Windows color (decimal): -12188533 or 9110598. OLE color: 9110598.

HSL color Cylindrical-coordinate representation of color #46048B: hue angle of 269.33º 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 #46048B is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 4 139 -
CMYK 0.50 0.97 0 0.45
HSL 269.33º 0.94% 0.28% -
HSV(B) 269.33º 0.97% 0.55% -
XYZ 7.23 3.25 24.67 -
YUV 39.12 184.37 150.02 -
System Red Green Blue C M Y K H S L
Decimal 70 4 139 0.50 0.97 0 0.45 269.33 0.94 0.28
Hex 46 4 8B 32 61 0 2D 10D 5E 1C
Octal 106 4 213 62 141 0 55 415 136 34
Binary 1000110 100 10001011 110010 1100001 0 101101 100001101 1011110 11100

Color Harmonies of #46048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46048B

Black with #46048B

Text Example


Text Example

White with #46048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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