Html Css Color HEX #46059B Indigo

📋 copy color: '#46059B'

red 70 ◦ green 5 ◦ blue 155

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

Shades of Indigo #46059B

Tints of Indigo #46059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

 BLUE value IS 155 (60.94% from 255) = 67.39%

R = 30.43%
G = 2.17%
B = 67.39%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46059B (or 0x46059B) is known color: Indigo. HEX triplet: 46, 05 and 9B. RGB value is (70,5,155). Sum of RGB (Red+Green+Blue) = 70+5+155=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #46059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46059B is #B9FA64. Grayscale: #292929. Windows color (decimal): -12188261 or 10159430. OLE color: 10159430.

HSL color Cylindrical-coordinate representation of color #46059B: hue angle of 266º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46059B is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 5 155 -
CMYK 0.55 0.97 0 0.39
HSL 266º 0.94% 0.31% -
HSV(B) 266º 0.97% 0.61% -
XYZ 8.5 3.78 31.29 -
YUV 41.54 192.03 148.3 -
System Red Green Blue C M Y K H S L
Decimal 70 5 155 0.55 0.97 0 0.39 266 0.94 0.31
Hex 46 5 9B 37 61 0 27 10A 5E 1F
Octal 106 5 233 67 141 0 47 412 136 37
Binary 1000110 101 10011011 110111 1100001 0 100111 100001010 1011110 11111

Color Harmonies of #46059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46059B

Black with #46059B

Text Example


Text Example

White with #46059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,5,155); }

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

background-color css

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

 a { background-color: rgb(70,5,155); }

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

border-color css

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

 span { border-color: rgb(70,5,155); }

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