Html Css Color HEX #46045D Indigo

📋 copy color: '#46045D'

red 70 ◦ green 4 ◦ blue 93

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

Shades of Indigo #46045D

Tints of Indigo #46045D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 55.69%

R = 41.92%
G = 2.4%
B = 55.69%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46045D (or 0x46045D) is known color: Indigo. HEX triplet: 46, 04 and 5D. RGB value is (70,4,93). Sum of RGB (Red+Green+Blue) = 70+4+93=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #46045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46045D is #B9FBA2. Grayscale: #212121. Windows color (decimal): -12188579 or 6095942. OLE color: 6095942.

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

Color convert

RGB 70 4 93 -
CMYK 0.25 0.96 0 0.64
HSL 284.49º 0.92% 0.19% -
HSV(B) 284.49º 0.96% 0.36% -
XYZ 4.54 2.18 10.54 -
YUV 33.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 70 4 93 0.25 0.96 0 0.64 284.49 0.92 0.19
Hex 46 4 5D 19 60 0 40 11C 5C 13
Octal 106 4 135 31 140 0 100 434 134 23
Binary 1000110 100 1011101 11001 1100000 0 1000000 100011100 1011100 10011

Color Harmonies of #46045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46045D

Black with #46045D

Text Example


Text Example

White with #46045D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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