Html Css Color HEX #46098B Indigo

📋 copy color: '#46098B'

red 70 ◦ green 9 ◦ blue 139

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

Shades of Indigo #46098B

Tints of Indigo #46098B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.13%

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

R = 32.11%
G = 4.13%
B = 63.76%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46098B (or 0x46098B) is known color: Indigo. HEX triplet: 46, 09 and 8B. RGB value is (70,9,139). Sum of RGB (Red+Green+Blue) = 70+9+139=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #46098B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46098B is #B9F674. Grayscale: #292929. Windows color (decimal): -12187253 or 9111878. OLE color: 9111878.

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

Color convert

RGB 70 9 139 -
CMYK 0.50 0.94 0 0.45
HSL 268.15º 0.88% 0.29% -
HSV(B) 268.15º 0.94% 0.55% -
XYZ 7.28 3.36 24.69 -
YUV 42.06 182.71 147.93 -
System Red Green Blue C M Y K H S L
Decimal 70 9 139 0.50 0.94 0 0.45 268.15 0.88 0.29
Hex 46 9 8B 32 5E 0 2D 10C 58 1D
Octal 106 11 213 62 136 0 55 414 130 35
Binary 1000110 1001 10001011 110010 1011110 0 101101 100001100 1011000 11101

Color Harmonies of #46098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46098B

Black with #46098B

Text Example


Text Example

White with #46098B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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