Html Css Color HEX #46009E Indigo

📋 copy color: '#46009E'

red 70 ◦ green 0 ◦ blue 158

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

Shades of Indigo #46009E

Tints of Indigo #46009E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 158 (62.11% from 255) = 69.3%

R = 30.7%
G = 0%
B = 69.3%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46009E (or 0x46009E) is known color: Indigo. HEX triplet: 46, 00 and 9E. RGB value is (70,0,158). Sum of RGB (Red+Green+Blue) = 70+0+158=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 158 (62.11% from 255 or 69.30% from 228); Max value from RGB is 158 - color contains mainly: blue. Hex color #46009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46009E is #B9FF61. Grayscale: #262626. Windows color (decimal): -12189538 or 10354758. OLE color: 10354758.

HSL color Cylindrical-coordinate representation of color #46009E: hue angle of 266.58º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46009E is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 0 158 -
CMYK 0.56 1 0 0.38
HSL 266.58º 1% 0.31% -
HSV(B) 266.58º 1% 0.62% -
XYZ 8.7 3.77 32.62 -
YUV 38.94 195.19 150.15 -
System Red Green Blue C M Y K H S L
Decimal 70 0 158 0.56 1 0 0.38 266.58 1 0.31
Hex 46 0 9E 38 64 0 26 10B 64 1F
Octal 106 0 236 70 144 0 46 413 144 37
Binary 1000110 0 10011110 111000 1100100 0 100110 100001011 1100100 11111

Color Harmonies of #46009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46009E

Black with #46009E

Text Example


Text Example

White with #46009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46009E; }

 p { color: rgb(70,0,158); }

 H1.HeaderClassName
 {
   color: #46009E;
 }
 .AnyTagClassName
 {
   color: #46009E;
 }
</style>

background-color css

<style>
 a { background-color: #46009E; }

 a { background-color: rgb(70,0,158); }

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

border-color css

<style>
 span { border-color: #46009E; }

 span { border-color: rgb(70,0,158); }

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