Html Css Color HEX #46045E Indigo

📋 copy color: '#46045E'

red 70 ◦ green 4 ◦ blue 94

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

Shades of Indigo #46045E

Tints of Indigo #46045E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 55.95%

R = 41.67%
G = 2.38%
B = 55.95%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#46045E (or 0x46045E) is known color: Indigo. HEX triplet: 46, 04 and 5E. RGB value is (70,4,94). Sum of RGB (Red+Green+Blue) = 70+4+94=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #46045E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46045E is #B9FBA1. Grayscale: #212121. Windows color (decimal): -12188578 or 6161478. OLE color: 6161478.

HSL color Cylindrical-coordinate representation of color #46045E: hue angle of 284º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46045E is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 4 94 -
CMYK 0.26 0.96 0 0.63
HSL 284º 0.92% 0.19% -
HSV(B) 284º 0.96% 0.37% -
XYZ 4.59 2.2 10.77 -
YUV 33.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 70 4 94 0.26 0.96 0 0.63 284 0.92 0.19
Hex 46 4 5E 1A 60 0 3F 11C 5C 13
Octal 106 4 136 32 140 0 77 434 134 23
Binary 1000110 100 1011110 11010 1100000 0 111111 100011100 1011100 10011

Color Harmonies of #46045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46045E

Black with #46045E

Text Example


Text Example

White with #46045E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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