Html Css Color HEX #46076F Indigo

📋 copy color: '#46076F'

red 70 ◦ green 7 ◦ blue 111

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

Shades of Indigo #46076F

Tints of Indigo #46076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.72%

 BLUE value IS 111 (43.75% from 255) = 59.04%

R = 37.23%
G = 3.72%
B = 59.04%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#46076F (or 0x46076F) is known color: Indigo. HEX triplet: 46, 07 and 6F. RGB value is (70,7,111). Sum of RGB (Red+Green+Blue) = 70+7+111=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #46076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46076F is #B9F890. Grayscale: #252525. Windows color (decimal): -12187793 or 7276358. OLE color: 7276358.

HSL color Cylindrical-coordinate representation of color #46076F: hue angle of 276.35º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46076F is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 7 111 -
CMYK 0.37 0.94 0 0.56
HSL 276.35º 0.88% 0.23% -
HSV(B) 276.35º 0.94% 0.44% -
XYZ 5.47 2.6 15.25 -
YUV 37.69 169.37 151.04 -
System Red Green Blue C M Y K H S L
Decimal 70 7 111 0.37 0.94 0 0.56 276.35 0.88 0.23
Hex 46 7 6F 25 5E 0 38 114 58 17
Octal 106 7 157 45 136 0 70 424 130 27
Binary 1000110 111 1101111 100101 1011110 0 111000 100010100 1011000 10111

Color Harmonies of #46076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46076F

Black with #46076F

Text Example


Text Example

White with #46076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46076F; }

 p { color: rgb(70,7,111); }

 H1.HeaderClassName
 {
   color: #46076F;
 }
 .AnyTagClassName
 {
   color: #46076F;
 }
</style>

background-color css

<style>
 a { background-color: #46076F; }

 a { background-color: rgb(70,7,111); }

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

border-color css

<style>
 span { border-color: #46076F; }

 span { border-color: rgb(70,7,111); }

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